Commit ab8717ed by Joshua Spayd

Fix timer accessibility problems

parent bdeb2e86
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<b> <b>
</b> </b>
</span> </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> <i class="fa fa-eye-slash" aria-hidden="true"></i>
</button> </button>
</span> </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment