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
Lauri Eskola 2020-09-03 15:11:46 +03:00
parent 6ca8fda47f
commit 4c3744d155
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
* that you can use the JS to control visibility and avoid flicker.
*/
.js .js-hide {
display: none;
display: none !important;
}
/**

View File

@ -8,7 +8,7 @@
* that you can use the JS to control visibility and avoid flicker.
*/
.js .js-hide {
display: none;
display: none !important;
}
/**