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