From 092589f20c2a6cfef824938c8d304ccbd04342b3 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 17 Jan 2019 10:52:44 +0100 Subject: [PATCH] Dark theme: Fix 'More apps' icon Signed-off-by: Jan-Christoph Borchardt --- apps/accessibility/css/themedark.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/accessibility/css/themedark.scss b/apps/accessibility/css/themedark.scss index 0e03259a722..e58ca387cfb 100644 --- a/apps/accessibility/css/themedark.scss +++ b/apps/accessibility/css/themedark.scss @@ -40,6 +40,11 @@ $color-border-dark: lighten($color-main-background, 14%); filter: none; } +// Otherwise icon-more gets inverted via function +#appmenu .icon-more-white { + filter: invert(100%); +} + .bubble, .app-navigation-entry-menu, .popovermenu {