diff --git a/lms/static/sass/course/courseware/_sidebar.scss b/lms/static/sass/course/courseware/_sidebar.scss index 1896c61ae0..c6fa69c466 100644 --- a/lms/static/sass/course/courseware/_sidebar.scss +++ b/lms/static/sass/course/courseware/_sidebar.scss @@ -137,10 +137,11 @@ line-height: 1.3; &.subtitle { - color: #666; - font-size: 13px; - font-weight: normal; - display: block; + @extend %t-copy-sub2; + @extend %t-weight2; + display: inline-block; + width: 90%; + color: $gray-d1; margin: 0; &:empty { @@ -153,7 +154,7 @@ background: $shadow-l1; > a p { - color: #333; + color: $gray-d3; } } @@ -168,7 +169,7 @@ } &.active { - font-weight: bold; + @extend %t-weight5; &:after { content: '›'; @@ -199,19 +200,15 @@ } span.subtitle { - font-weight: normal; + @extend %t-weight2; } } &.graded { - > a { - > img { - position: absolute; - top: 0; - bottom: 0; - @include right(7px); - margin: auto; - } + > a { + .icon { + vertical-align: middle; + } } &.active > a { diff --git a/lms/templates/courseware/accordion.html b/lms/templates/courseware/accordion.html index baa2cf9214..37e1fa2da0 100644 --- a/lms/templates/courseware/accordion.html +++ b/lms/templates/courseware/accordion.html @@ -36,7 +36,7 @@

${section['format']} ${due_date}

% if 'graded' in section and section['graded']: - Graded Section + % endif