Issue #3070375 by lauriii, sacarney: Hidden buttons in off-canvas dialog are not being hidden
parent
60a835cbe1
commit
52fedda629
|
@ -8,7 +8,7 @@
|
|||
* that you can use the JS to control visibility and avoid flicker.
|
||||
*/
|
||||
.js .js-hide {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* that you can use the JS to control visibility and avoid flicker.
|
||||
*/
|
||||
.js .js-hide {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* that you can use the JS to control visibility and avoid flicker.
|
||||
*/
|
||||
.js .js-hide {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue