Merge pull request #42643 from nextcloud/fix/core/42565/focus-for-user-menu-is-not-accessible

fix(core): enhanced contrast when UserMenuItem is focused
pull/42660/head
Eduardo Morales 5 months ago committed by GitHub
commit 537ae25ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -236,8 +236,8 @@ export default {
outline: none !important;
}
&:active,
&.active {
&:active:not(:focus-visible),
&.active:not(:focus-visible) {
background-color: var(--color-primary-element);
color: var(--color-primary-element-text);
}
@ -262,8 +262,8 @@ export default {
filter: var(--background-invert-if-dark);
}
&:active,
&.active {
&:active:not(:focus-visible),
&.active:not(:focus-visible) {
img,
svg {
filter: var(--primary-invert-if-dark);

4
dist/core-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save