Revert "Issue #3070375 by lauriii, sacarney: Hidden buttons in off-canvas dialog are not being hidden"

This reverts commit 52fedda629.
merge-requests/25/head
Lauri Eskola 2020-09-03 15:11:56 +03:00
parent 4c3744d155
commit b1fc8e03b4
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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