fix(a11y): Aria-hide contacts menu icon images

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/42713/head
Christoph Wurst 5 months ago
parent d128b4a04b
commit 5198c1ce2b
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save