Revert "Revert "Issue #3070375 by lauriii, jungle, larowlan, sacarney: [backport] Hidden buttons in off-canvas dialog are not being hidden""
This reverts commit 184a612646
.
merge-requests/25/head
parent
6ca8fda47f
commit
4c3744d155
|
@ -8,7 +8,7 @@
|
||||||
* that you can use the JS to control visibility and avoid flicker.
|
* that you can use the JS to control visibility and avoid flicker.
|
||||||
*/
|
*/
|
||||||
.js .js-hide {
|
.js .js-hide {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* that you can use the JS to control visibility and avoid flicker.
|
* that you can use the JS to control visibility and avoid flicker.
|
||||||
*/
|
*/
|
||||||
.js .js-hide {
|
.js .js-hide {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue