mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #42713 from nextcloud/fix/a11y/aria-hide-contacts-menu-images
fix(a11y): Aria-hide contacts menu icon images
This commit is contained in:
commit
f6d850ece8
3 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
4
dist/core-main.js
vendored
4
dist/core-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-main.js.map
vendored
2
dist/core-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue