From 2fec5236046c8c4723e8565a098bb5625ca08b2d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 19 Jan 2024 10:35:21 +0100 Subject: [PATCH] fix(a11y): Fix avatar menu icon color in dark mode Signed-off-by: Joas Schilling --- core/css/apps.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index f047e7dae43..8006f0fa4fd 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -987,8 +987,8 @@ $popoveritem-height: 44px; $popovericon-size: 16px; $outter-margin: math.div($popoveritem-height - $popovericon-size, 2); -.contact .popovermenu ul, -.popover__menu { +.v-popper__inner div.open > ul { + > li > a > span.action-link__icon, > li > a > img { filter: var(--background-invert-if-dark);