Fix timer accessibility problems

This commit is contained in:
Joshua Spayd
2017-08-17 14:42:04 -07:00
parent bdeb2e865a
commit ab8717edbf

View File

@@ -24,7 +24,7 @@
<b>
</b>
</span>
<button id="toggle_timer" title="<%- gettext("Hide Timer") %>" aria-label="<%- gettext("Hide Timer") %>">
<button role="button" id="toggle_timer" aria-label="<%- gettext("Hide Timer") %>" aria-pressed="false">
<i class="fa fa-eye-slash" aria-hidden="true"></i>
</button>
</span>