Commit a684c6f6 by Brian Talbot Committed by Ned Batchelder

removes HTML elemements from problem action Sass selectors

(cherry picked from commit 664efb98)
parent 04bfa016
...@@ -555,11 +555,11 @@ section.problem { ...@@ -555,11 +555,11 @@ section.problem {
@extend .blue-button; @extend .blue-button;
} }
input.check { .check {
height: ($baseline*2); height: ($baseline*2);
} }
button.show { .show {
height: ($baseline*2); height: ($baseline*2);
.show-label { .show-label {
......
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