diff --git a/core/modules/system/css/components/hidden.module.css b/core/modules/system/css/components/hidden.module.css index dde9170122..3958f0e061 100644 --- a/core/modules/system/css/components/hidden.module.css +++ b/core/modules/system/css/components/hidden.module.css @@ -37,7 +37,7 @@ * the element to be focusable when navigated to via the keyboard. */ .visually-hidden.focusable:active, -.visually-hidden.focusable:focus { +.visually-hidden.focusable:focus-within { position: static !important; overflow: visible; clip: auto;