aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/apps.scss
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-13 10:11:09 +0200
committerJoas Schilling <coding@schilljs.com>2022-10-13 10:11:09 +0200
commitde6c6829bcb4481c8739565362805dbd6da65516 (patch)
tree7bcc4f2ec1b1bb4ef6542c1cff81f43f20edc2b1 /core/css/apps.scss
parent1dce303666239abd09a4add323b32a814186793a (diff)
downloadnextcloud-server-de6c6829bcb4481c8739565362805dbd6da65516.tar.gz
nextcloud-server-de6c6829bcb4481c8739565362805dbd6da65516.zip
Fix avatar menu icons in darkmode
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r--core/css/apps.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index f380fb01a12..dea8cbf9217 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -980,6 +980,13 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
}
}
+.contact .popovermenu ul,
+.popover__menu {
+ > li > a > img {
+ filter: var(--background-invert-if-dark);
+ }
+}
+
.bubble,
.app-navigation-entry-menu,
.popovermenu {