aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/ContactsMenu/Contact.vue13
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 {