Commit bdeb2e86 by Joshua Spayd

Remove unnecessary "// Overrides" comments

parent dc22ec50
...@@ -107,14 +107,13 @@ ...@@ -107,14 +107,13 @@
color: $white; color: $white;
} }
#toggle_timer { #toggle_timer {
// Overrides:
border-top: none; border-top: none;
border-right: none; border-right: none;
border-bottom: none; border-bottom: none;
border-top-right-radius: 2px; border-top-right-radius: 2px;
border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
&:hover { &:hover {
// Overrides:
border-top: none; border-top: none;
border-right: none; border-right: none;
border-bottom: none; border-bottom: none;
...@@ -155,7 +154,6 @@ ...@@ -155,7 +154,6 @@
#toggle_timer { #toggle_timer {
@extend .exam-button-turn-in-exam; @extend .exam-button-turn-in-exam;
//Overrides:
padding: ($baseline/5) ($baseline/3); padding: ($baseline/5) ($baseline/3);
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
......
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