Commit b92f07ae by Eric Fischer

Fix leaderboard subheading

parent 7f23c65a
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -71,7 +71,16 @@ ...@@ -71,7 +71,16 @@
line-height: 0; line-height: 0;
} }
// submission answer leaderboard fix (TNL-4009). 4 class selectors is more specific than
// lms/static/sass/course/courseware/_courseware.scss#L453 in edx-platform (3 class selectors)
.leaderboard__answer .submission__answer__display__content {
h2.submission__answer__part__text__title {
@include text-align(left);
@include float(none);
font-size: inherit;
margin: 0;
}
}
.list--actions { .list--actions {
list-style: none !important; list-style: none !important;
......
...@@ -500,6 +500,10 @@ ...@@ -500,6 +500,10 @@
} }
} }
.submission__answer__part__text__title {
@extend %t-subheading;
}
div.submission__answer__part__text__value { div.submission__answer__part__text__value {
border: 1px solid $color-decorative-secondary; border: 1px solid $color-decorative-secondary;
background-color: $white-t; background-color: $white-t;
......
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