mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Use correct filter for app icons in the right sidebar of app management
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
21576ff271
commit
3e3eaa4282
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ export default {
|
|||
.app-sidebar-header--compact .app-sidebar-header__figure {
|
||||
background-size: 32px;
|
||||
|
||||
filter: invert(1);
|
||||
filter: var(--background-invert-if-bright);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue