Commit dc22ec50 by Joshua Spayd

Make timer toggle accessible

parent db6f5998
...@@ -103,10 +103,10 @@ ...@@ -103,10 +103,10 @@
.exam-timer-clock { .exam-timer-clock {
background-color: transparent; background-color: transparent;
border: 1px solid $white; border: 1px solid $white;
a, b { #toggle_timer, b {
color: $white; color: $white;
} }
a { #toggle_timer {
// Overrides: // Overrides:
border-top: none; border-top: none;
border-right: none; border-right: none;
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
background-color: $gray-l3; background-color: $gray-l3;
border-radius: 3px; border-radius: 3px;
a { #toggle_timer {
@extend .exam-button-turn-in-exam; @extend .exam-button-turn-in-exam;
//Overrides: //Overrides:
......
...@@ -24,7 +24,9 @@ ...@@ -24,7 +24,9 @@
<b> <b>
</b> </b>
</span> </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> </span>
</div> </div>
</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