removes HTML elemements from problem action Sass selectors

(cherry picked from commit 664efb9887)
This commit is contained in:
Brian Talbot
2013-06-11 17:10:38 -04:00
committed by Ned Batchelder
parent 04bfa01644
commit a684c6f679

View File

@@ -555,11 +555,11 @@ section.problem {
@extend .blue-button;
}
input.check {
.check {
height: ($baseline*2);
}
button.show {
.show {
height: ($baseline*2);
.show-label {