Merge pull request #41207 from nextcloud/fix/a11y/contacts-menu-actions

fix(a11y): Increase contrast of contacts menu actions
This commit is contained in:
Pytal 2023-10-31 10:53:48 -07:00 committed by GitHub
commit b4e707059d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 18 deletions

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 {

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long