fix(a11y): Fix avatar menu icon color in dark mode

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-01-19 10:35:21 +01:00
parent 0004ba890c
commit 2fec523604
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

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