Skip to content

Commit

Permalink
Merge pull request #41207 from nextcloud/fix/a11y/contacts-menu-actions
Browse files Browse the repository at this point in the history
fix(a11y): Increase contrast of contacts menu actions
  • Loading branch information
Pytal authored Oct 31, 2023
2 parents c52d5e4 + 4dbef5b commit b4e7070
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 18 deletions.
13 changes: 1 addition & 12 deletions core/src/components/ContactsMenu/Contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,7 @@ export default {
width: 20px;
height: 20px;
padding: 12px;
opacity: 0.5;

&:hover {
opacity: 1;
}
filter: var(--background-invert-if-dark);
}
}

Expand Down Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions dist/core-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-main.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/files-personal-settings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-personal-settings.js.map

Large diffs are not rendered by default.

0 comments on commit b4e7070

Please sign in to comment.