diff options
author | Lauri Eskola <lauri.eskola@acquia.com> | 2023-10-28 13:39:47 +0300 |
---|---|---|
committer | Lauri Eskola <lauri.eskola@acquia.com> | 2023-10-28 13:39:47 +0300 |
commit | 7c5354ab5abbdd7b421c93d0aedb2aa69e9436f4 (patch) | |
tree | dc320a487a8ae14e1da12b76867e7a584fbc30a8 /core/misc/dialog | |
parent | 830dbf1ddca79f4803ec61f543ea361dd925c32f (diff) | |
download | drupal-7c5354ab5abbdd7b421c93d0aedb2aa69e9436f4.tar.gz drupal-7c5354ab5abbdd7b421c93d0aedb2aa69e9436f4.zip |
Issue #3397121 by longwave: Upgrade postcss-preset-env and stylelint
Diffstat (limited to 'core/misc/dialog')
-rw-r--r-- | core/misc/dialog/off-canvas/css/utility.css | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/core/misc/dialog/off-canvas/css/utility.css b/core/misc/dialog/off-canvas/css/utility.css index bbba90845d2..e6bb8e91562 100644 --- a/core/misc/dialog/off-canvas/css/utility.css +++ b/core/misc/dialog/off-canvas/css/utility.css @@ -18,25 +18,19 @@ #drupal-off-canvas-wrapper .visually-hidden { position: absolute !important; - width: 1px !important; - height: 1px !important; -} - -#drupal-off-canvas-wrapper .visually-hidden { overflow: hidden; clip: rect(1px, 1px, 1px, 1px); + width: 1px !important; + height: 1px !important; word-wrap: normal; } #drupal-off-canvas-wrapper .visually-hidden.focusable:is(:active, :focus) { position: static !important; - width: auto !important; - height: auto !important; -} - -#drupal-off-canvas-wrapper .visually-hidden.focusable:is(:active, :focus) { overflow: visible; clip: auto; + width: auto !important; + height: auto !important; } #drupal-off-canvas-wrapper .invisible { |