diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-10-30 17:10:28 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-10-30 17:10:28 -0700 |
commit | 5dd61b54e60d122b7f47c01c7d0c55c431ece9b7 (patch) | |
tree | 5cc788510c33922ea1315815fe442db965fae60f /core/src | |
parent | 1215379e0fd0352b4caf36ba0992052d96f39785 (diff) | |
download | nextcloud-server-5dd61b54e60d122b7f47c01c7d0c55c431ece9b7.tar.gz nextcloud-server-5dd61b54e60d122b7f47c01c7d0c55c431ece9b7.zip |
fix(a11y): Increase contrast of contacts menu actions
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'core/src')
-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 { |