Skip to content

Commit

Permalink
Merge pull request #38459 from nextcloud/enh/noid/adjust-usermenu-vis…
Browse files Browse the repository at this point in the history
…ibility

adjust active element visibility in the usermenu
  • Loading branch information
szaimen authored May 25, 2023
2 parents 0ad56e5 + 8424b2a commit 3e293b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/src/views/UserMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ export default {
&:active,
&.active {
background-color: var(--color-primary-element-light);
background-color: var(--color-primary-element);
color: var(--color-primary-element-text);
}
span {
Expand All @@ -164,7 +165,6 @@ export default {
img,
svg {
opacity: .7;
filter: var(--background-invert-if-dark);
}
}
Expand Down
4 changes: 2 additions & 2 deletions dist/core-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-main.js.map

Large diffs are not rendered by default.

0 comments on commit 3e293b7

Please sign in to comment.