mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
fix(a11y): Fix avatar menu icon color in dark mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
0004ba890c
commit
2fec523604
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue