Skip to content
Snippets Groups Projects
Verified Commit 96ef76f1 authored by tusooa's avatar tusooa :zap:
Browse files

Make emoji picker buttons accessible

parent 336a966a
No related branches found
No related tags found
2 merge requests!1861Update master branch,!1840Make emoji picker buttons accessible
......@@ -22,6 +22,7 @@
active: activeGroupView === group.id
}"
:title="group.text"
role="button"
@click.prevent="highlight(group.id)"
>
<span
......@@ -108,6 +109,7 @@
:key="group.id + emoji.displayText"
:title="maybeLocalizedEmojiName(emoji)"
class="emoji-item"
role="button"
@click.stop.prevent="onEmoji(emoji)"
>
<span
......@@ -118,6 +120,7 @@
v-else
class="emoji-picker-emoji -custom"
loading="lazy"
:alt="maybeLocalizedEmojiName(emoji)"
:src="emoji.imageUrl"
:data-emoji-name="group.id + emoji.displayText"
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment