Skip to content

Commit

Permalink
Merge pull request #42739 from nextcloud/fix/a11y/aria-hide-contacts-…
Browse files Browse the repository at this point in the history
…menu-images-stable28

[stable28] fix(a11y): Aria-hide contacts menu icon images
  • Loading branch information
blizzz authored Jan 15, 2024
2 parents 6c55500 + a3f05bb commit 82cd4f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/src/components/ContactsMenu/Contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
:href="action.hyperlink"
class="other-actions">
<template #icon>
<img class="contact__action__icon" :src="action.icon">
<img aria-hidden="true" class="contact__action__icon" :src="action.icon">
</template>
{{ action.title }}
</NcActionLink>
<NcActionText v-else :key="idx" class="other-actions">
<template #icon>
<img class="contact__action__icon" :src="action.icon">
<img aria-hidden="true" class="contact__action__icon" :src="action.icon">
</template>
{{ action.title }}
</NcActionText>
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.

0 comments on commit 82cd4f8

Please sign in to comment.