Add accessibility text for icons

Signed-off-by: Justin Sleep <justin@midnightmechanism.com>
This commit is contained in:
Justin Sleep 2020-01-15 16:12:27 -06:00
parent f4cb0e4981
commit 510f3f9b60

View file

@ -84,12 +84,21 @@
<div class="wrapper group-2">
<div class="wrapper group-2-8">
<a class="icon icon-delete svg delete-form" @click="deleteForm" />
<span class="hidden-visually">
{{ t('forms', 'Delete form') }}
</span>
</div>
<div class="wrapper group-2-9">
<a class="icon icon-clippy svg delete-form" @click="copyLink" />
<span class="hidden-visually">
{{ t('forms', 'Copy link') }}
</span>
</div>
<div class="list-results wrapper">
<a class="icon icon-toggle svg delete-form" @click="viewResults" />
<span class="hidden-visually">
{{ t('forms', 'View results') }}
</span>
</div>
<div class="wrapper group-2-1">