Dark theme: Fix Contacts menu icons

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

View File

@ -19,6 +19,7 @@ $color-border-dark: lighten($color-main-background, 14%);
#app-navigation > ul > li > a:first-child,
#app-navigation > ul > li > ul > li > a:first-child,
#contactsmenu-menu a,
#expanddiv a {
img {
filter: invert(100%);
@ -33,6 +34,12 @@ $color-border-dark: lighten($color-main-background, 14%);
}
}
// No inversion for icons which are already inverted via functions
#contactsmenu-menu .emptycontent .icon-search,
#contactsmenu-menu .other-actions.icon-more {
filter: none;
}
.bubble,
.app-navigation-entry-menu,
.popovermenu {

File diff suppressed because one or more lines are too long