Accessibility: Fix header icon opacity with high contrast theme

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-01-24 19:10:37 +01:00
parent 82b5828e37
commit a05219d24d
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ $color-border: darken($color-main-background, 50%);
$color-border-dark: darken($color-main-background, 50%);
[class^='icon-'], [class*=' icon-'],
.action {
.action,
#appmenu li a,
.menutoggle {
opacity: 1 !important;
}