diff --git a/lms/static/sass/shared-v2/_header.scss b/lms/static/sass/shared-v2/_header.scss index 921613674a..76a0d3398d 100644 --- a/lms/static/sass/shared-v2/_header.scss +++ b/lms/static/sass/shared-v2/_header.scss @@ -47,14 +47,17 @@ } .list-inline { - margin-top: 12px; + &.nav-global { + margin-top: 12px; + } + + &.nav-courseware { + margin-top: 5px; + } .item { - display: inline-block; - font-size: font-size(small); font-weight: font-weight(semi-bold); text-transform: uppercase; - letter-spacing: 0 !important; &.active { a { @@ -62,22 +65,7 @@ color: $link-color; } } - - a { - color: $courseware-navigation-color; - padding: 3px 10px; - - &:hover, - &:focus { - background: inherit; - color: $courseware-hover-color; - } - } } } - - .nav-courseware.list-inline { - margin-top: 5px; - } } } diff --git a/lms/templates/main.html b/lms/templates/main.html index b7e13300cc..9977348fcc 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -74,6 +74,7 @@ from pipeline_mako import render_require_js_path_overrides ## TODO: Update to only bring in RequireJS ## https://openedx.atlassian.net/browse/FEDX-140 <%static:js group='base_vendor'/> + <%static:js group='base_application'/> % endif