Verified Commit 0a3545be authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Revert "Issue #3070375 by lauriii, sacarney: Hidden buttons in off-canvas...

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

This reverts commit 69c0c11e.
parent acfce173
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;
}

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

/**