feat(a11y): enhance post-related a11y features (#2328)
This commit is contained in:
parent
5a765187ab
commit
4325bca22b
6 changed files with 10 additions and 6 deletions
|
@ -11,6 +11,7 @@ const { editor } = defineProps<{
|
|||
<VDropdown v-if="editor" placement="top">
|
||||
<button
|
||||
btn-action-icon
|
||||
:aria-label="$t('tooltip.open_editor_tools')"
|
||||
>
|
||||
<div i-ri:font-size-2 />
|
||||
</button>
|
||||
|
|
|
@ -369,7 +369,7 @@ onDeactivated(() => {
|
|||
@select="insertEmoji"
|
||||
@select-custom="insertCustomEmoji"
|
||||
>
|
||||
<button btn-action-icon :title="$t('tooltip.emoji')">
|
||||
<button btn-action-icon :title="$t('tooltip.emojis')" :aria-label="$t('tooltip.add_emojis')">
|
||||
<div i-ri:emotion-line />
|
||||
</button>
|
||||
</PublishEmojiPicker>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue