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

merge-requests/7/head
Lee Rowlands 2020-08-24 11:14:11 +10:00
parent 60a835cbe1
commit 52fedda629
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
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;
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;
}
/**

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;
}
/**