diff options
Diffstat (limited to 'core/css/server.css')
-rw-r--r-- | core/css/server.css | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/core/css/server.css b/core/css/server.css index 379957097de..59e7fab6aa4 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -2320,23 +2320,6 @@ label.infield { outline: none; } -/* removed until content-focusing issue is fixed */ -#skip-to-content a { - position: absolute; - left: -10000px; - top: auto; - width: 1px; - height: 1px; - overflow: hidden; -} -#skip-to-content a:focus { - left: 76px; - top: -9px; - color: var(--color-primary-text); - width: auto; - height: auto; -} - /* HEADERS ------------------------------------------------------------------ */ #body-user #header, #body-settings #header, @@ -2898,21 +2881,16 @@ nav[role=navigation] { } /* Skip navigation links – show only on keyboard focus */ -.skip-navigation { - padding: 11px; +#skip-actions { position: absolute; overflow: hidden; z-index: 9999; top: -999px; left: 3px; - /* Force primary color, otherwise too light focused color */ - background: var(--color-primary) !important; -} -.skip-navigation.skip-content { - left: 300px; - margin-left: 3px; + height: 50px; + padding: 11px; } -.skip-navigation:focus, .skip-navigation:active { +#skip-actions:focus-within { top: 50px; } |