Accessibility: Fix header icon opacity with high contrast theme

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/13852/head
Jan-Christoph Borchardt 2019-01-24 19:10:37 +07:00 committed by Backportbot
parent fc0480282a
commit 8fa8f51ed5
1 changed files with 3 additions and 1 deletions

@ -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;
}