From a05219d24d41f103f68cd38d35d2b9e75b810259 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Thu, 24 Jan 2019 19:10:37 +0100
Subject: [PATCH] Accessibility: Fix header icon opacity with high contrast
 theme

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
---
 apps/accessibility/css/themehighcontrast.scss | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/apps/accessibility/css/themehighcontrast.scss b/apps/accessibility/css/themehighcontrast.scss
index ad6f9a5642a..10ccdb47da6 100644
--- a/apps/accessibility/css/themehighcontrast.scss
+++ b/apps/accessibility/css/themehighcontrast.scss
@@ -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;
 }
-- 
GitLab