Skip to content
Snippets Groups Projects
Unverified Commit a05219d2 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Accessibility: Fix header icon opacity with high contrast theme

parent 82b5828e
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ $color-border: darken($color-main-background, 50%); ...@@ -18,6 +18,8 @@ $color-border: darken($color-main-background, 50%);
$color-border-dark: darken($color-main-background, 50%); $color-border-dark: darken($color-main-background, 50%);
[class^='icon-'], [class*=' icon-'], [class^='icon-'], [class*=' icon-'],
.action { .action,
#appmenu li a,
.menutoggle {
opacity: 1 !important; opacity: 1 !important;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment