Merge pull request #35389 from nextcloud/bugfix/noid/fix-app-icons-in-dark-mode

This commit is contained in:
Joas Schilling 2022-12-09 23:16:24 +01:00 committed by GitHub
commit 8295c7bf53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -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);
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long