Verified Commit 924d5832 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Revert "Issue #3070375 by lauriii, jungle, larowlan, sacarney: [backport]...

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

This reverts commit 3d7f169f.
parent 44e74e9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
 * that you can use the JS to control visibility and avoid flicker.
 */
.js .js-hide {
  display: none !important;
  display: none;
}

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

/**