mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix avatar menu icons in darkmode
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
1dce303666
commit
de6c6829bc
5 changed files with 19 additions and 2 deletions
|
|
@ -958,6 +958,11 @@ kbd {
|
|||
border: 1px solid var(--color-border);
|
||||
}
|
||||
|
||||
.contact .popovermenu ul > li > a > img,
|
||||
.popover__menu > li > a > img {
|
||||
filter: var(--background-invert-if-dark);
|
||||
}
|
||||
|
||||
.bubble,
|
||||
.app-navigation-entry-menu,
|
||||
.popovermenu {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -3736,6 +3736,11 @@ kbd {
|
|||
border: 1px solid var(--color-border);
|
||||
}
|
||||
|
||||
.contact .popovermenu ul > li > a > img,
|
||||
.popover__menu > li > a > img {
|
||||
filter: var(--background-invert-if-dark);
|
||||
}
|
||||
|
||||
.bubble,
|
||||
.app-navigation-entry-menu,
|
||||
.popovermenu {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue