From 4c3744d155274bfbec89cae40efa91be9167ae89 Mon Sep 17 00:00:00 2001 From: Lauri Eskola Date: Thu, 3 Sep 2020 15:11:46 +0300 Subject: [PATCH] Revert "Revert "Issue #3070375 by lauriii, jungle, larowlan, sacarney: [backport] Hidden buttons in off-canvas dialog are not being hidden"" This reverts commit 184a61264696b2765a47712bda945d671df3f9d3. --- core/modules/system/css/components/js.module.css | 2 +- core/themes/stable/css/system/components/js.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/system/css/components/js.module.css b/core/modules/system/css/components/js.module.css index f6c1c01ff90..68f1ee54dff 100644 --- a/core/modules/system/css/components/js.module.css +++ b/core/modules/system/css/components/js.module.css @@ -8,7 +8,7 @@ * that you can use the JS to control visibility and avoid flicker. */ .js .js-hide { - display: none; + display: none !important; } /** diff --git a/core/themes/stable/css/system/components/js.module.css b/core/themes/stable/css/system/components/js.module.css index f6c1c01ff90..68f1ee54dff 100644 --- a/core/themes/stable/css/system/components/js.module.css +++ b/core/themes/stable/css/system/components/js.module.css @@ -8,7 +8,7 @@ * that you can use the JS to control visibility and avoid flicker. */ .js .js-hide { - display: none; + display: none !important; } /**