fix(a11y): Increase contrast of contacts menu actions

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2023-10-30 17:10:28 -07:00
parent 1215379e0f
commit 5dd61b54e6

View file

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