diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2023-10-31 10:53:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 10:53:48 -0700 |
commit | b4e707059def28bf4544ae43272bf62d5662961b (patch) | |
tree | d0dd4eeb1afe43c0488f332cc714f6bd29424014 /core | |
parent | c52d5e418a55d088b392ff49a9cfafef079e53da (diff) | |
parent | 4dbef5b21402a41e3344e56b637f6b70dadbae04 (diff) | |
download | nextcloud-server-b4e707059def28bf4544ae43272bf62d5662961b.tar.gz nextcloud-server-b4e707059def28bf4544ae43272bf62d5662961b.zip |
Merge pull request #41207 from nextcloud/fix/a11y/contacts-menu-actions
fix(a11y): Increase contrast of contacts menu actions
Diffstat (limited to 'core')
-rw-r--r-- | core/src/components/ContactsMenu/Contact.vue | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/core/src/components/ContactsMenu/Contact.vue b/core/src/components/ContactsMenu/Contact.vue index bf2447e5889..84869814c2f 100644 --- a/core/src/components/ContactsMenu/Contact.vue +++ b/core/src/components/ContactsMenu/Contact.vue @@ -113,11 +113,7 @@ export default { width: 20px; height: 20px; padding: 12px; - opacity: 0.5; - - &:hover { - opacity: 1; - } + filter: var(--background-invert-if-dark); } } @@ -151,18 +147,11 @@ export default { .other-actions { width: 16px; height: 16px; - opacity: .5; cursor: pointer; img { filter: var(--background-invert-if-dark); } - - &:hover, - &:active, - &:focus { - opacity: 1; - } } button.other-actions { |