Dark theme: Fix 'More apps' icon

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/13648/head
Jan-Christoph Borchardt 7 years ago
parent 5e497edd74
commit 092589f20c
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
  1. 5
      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 {

Loading…
Cancel
Save