Commit dc22ec50 by Joshua Spayd

Make timer toggle accessible

parent db6f5998
......@@ -103,10 +103,10 @@
.exam-timer-clock {
background-color: transparent;
border: 1px solid $white;
a, b {
#toggle_timer, b {
color: $white;
}
a {
#toggle_timer {
// Overrides:
border-top: none;
border-right: none;
......@@ -152,7 +152,7 @@
background-color: $gray-l3;
border-radius: 3px;
a {
#toggle_timer {
@extend .exam-button-turn-in-exam;
//Overrides:
......
......@@ -24,7 +24,9 @@
<b>
</b>
</span>
<a id="toggle_timer" href="#" title="<%- gettext("Hide Timer") %>"><i class="fa fa-eye-slash" aria-hidden="true"></i></a>
<button id="toggle_timer" title="<%- gettext("Hide Timer") %>" aria-label="<%- gettext("Hide Timer") %>">
<i class="fa fa-eye-slash" aria-hidden="true"></i>
</button>
</span>
</div>
</div>
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