mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix empty content icons on darktheme
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
d59de22525
commit
71e394d9cf
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