]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use correct filter for app icons in the right sidebar of app management
authorJoas Schilling <coding@schilljs.com>
Thu, 24 Nov 2022 08:31:42 +0000 (09:31 +0100)
committerJoas Schilling <coding@schilljs.com>
Fri, 9 Dec 2022 21:36:52 +0000 (22:36 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/settings/src/views/Apps.vue

index 7c998c4b540e0b992d97af1ce8aed59d5fe81b98..874724f73a68a1a85b6bbbafd0a58f291ec89f9e 100644 (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);
                }
        }