diff options
Diffstat (limited to 'apps/dashboard/css/dashboard.scss')
-rw-r--r-- | apps/dashboard/css/dashboard.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/dashboard/css/dashboard.scss b/apps/dashboard/css/dashboard.scss index c9dabc9ce46..aade857464b 100644 --- a/apps/dashboard/css/dashboard.scss +++ b/apps/dashboard/css/dashboard.scss @@ -1,3 +1,12 @@ +// Suppress "Skip to navigation of app" link since the app does not have a navigation +.skip-navigation:not(.skip-content) { + display: none; +} +// Fix position of "Skip to main content" link since the other link is gone +.skip-navigation.skip-content { + left: 3px; +} + #header { background: transparent !important; --color-header: rgba(24, 24, 24, 1); |