Add icon titles for accessibility.
Make clear the icons purpose with a `title` tooltip.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user