Skip to content

Commit

Permalink
Merge pull request #42960 from nextcloud/backport/42955/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(a11y): Fix avatar menu icon color in dark mode
  • Loading branch information
nickvergessen authored Jan 22, 2024
2 parents 0004ba8 + 827baad commit 7026fa6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/css/apps.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/css/apps.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion core/css/server.css

Large diffs are not rendered by default.

Loading

0 comments on commit 7026fa6

Please sign in to comment.