Merge pull request #13652 from nextcloud/bugfix/noid/darktheme-black-icon-on-empty-content
Fix empty content icons in header on darktheme
This commit is contained in:
commit
f0ea6961f9
|
@ -42,7 +42,8 @@ $color-border-dark: lighten($color-main-background, 14%);
|
|||
|
||||
// since svg icons are inverted, revert to white for the header
|
||||
.header-right > * {
|
||||
[class^='icon-'], [class*=' icon-'] {
|
||||
>[class^='icon-'],
|
||||
>[class*=' icon-'] {
|
||||
filter: invert(100%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue