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

@@ -36,7 +36,7 @@
<div class="floating">
<div class="action" id="new">
<i class="material-icons">add</i>
<i class="material-icons" title="New">add</i>
</div>
</div>
{{ end }}