Add icon titles for accessibility.

Make clear the icons purpose with a `title` tooltip.
This commit is contained in:
delucac
2016-08-02 14:50:53 -04:00
parent 66b41e2422
commit e95b5a7904
5 changed files with 18 additions and 18 deletions

View File

@@ -22,7 +22,7 @@
<div>
<button id="submit" type="submit" data-type="{{ .Class }}">
<span>
<i class="material-icons">save</i>
<i class="material-icons" title="Save">save</i>
</span>
<span>save</span>
</button>