Merge pull request #25663 from nextcloud/backport/25655/stable20
[stable20] Fix app icon list in dark mode
This commit is contained in:
commit
476dcbcf01
|
@ -32,8 +32,8 @@ $color-border-dark: lighten($color-main-background, 14%);
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation #apps li a,
|
#navigation #apps li a,
|
||||||
#body-settings #content.app-settings .app-image-icon,
|
#body-settings #content-vue.app-settings .app-image-icon,
|
||||||
#body-settings #content.app-settings #app-sidebar #app-details-view h2 {
|
#body-settings #content-vue.app-settings #app-sidebar #app-details-view h2 {
|
||||||
svg {
|
svg {
|
||||||
filter: invert(100%);
|
filter: invert(100%);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue