Dark theme: Fix 'More apps' icon

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-01-17 10:52:44 +01:00
parent 5e497edd74
commit 092589f20c
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 5 additions and 0 deletions

View File

@ -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 {