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

[stable28] fix(core): enhanced contrast when UserMenuItem is focused
This commit is contained in:
Eduardo Morales 2024-01-09 13:11:16 -06:00 committed by GitHub
commit 4d0d0ea2cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -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