mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
add title and aria-label to icon buttons
This commit is contained in:
parent
a5f655058e
commit
fd171917d5
@ -10,9 +10,18 @@
|
||||
|
||||
<span class="layout-leave-active">|</span>
|
||||
|
||||
<ds-icon name="edit" class="layout-leave-active" />
|
||||
<ds-icon
|
||||
:aria-label="$t('actions.edit')"
|
||||
class="layout-leave-active"
|
||||
name="edit"
|
||||
:title="$t('actions.edit')"
|
||||
/>
|
||||
<a name="delete" @click="handleDeleteSocialMedia(link)">
|
||||
<ds-icon name="trash" />
|
||||
<ds-icon
|
||||
:aria-label="$t('actions.delete')"
|
||||
name="trash"
|
||||
:title="$t('actions.delete')"
|
||||
/>
|
||||
</a>
|
||||
</ds-list-item>
|
||||
</ds-list>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user