mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
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
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue