diff --git a/lms/static/sass/_header.scss b/lms/static/sass/_header.scss index b26a3f74e9..bcff51bfb5 100644 --- a/lms/static/sass/_header.scss +++ b/lms/static/sass/_header.scss @@ -11,6 +11,7 @@ border-bottom: 1px solid theme-color("primary"); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); background: theme-color("inverse"); + line-height: 1.5; /* Logo and course identification block @@ -102,7 +103,7 @@ font-weight: $font-weight-normal; display: inline-block; margin-bottom: -1*$baseline/2; - border-bottom: 4px hidden theme-color("dark"); + border-bottom: 4px solid transparent; cursor: pointer; &.active, diff --git a/lms/templates/header/navbar-authenticated.html b/lms/templates/header/navbar-authenticated.html index 32b3bf4997..d4f180d883 100644 --- a/lms/templates/header/navbar-authenticated.html +++ b/lms/templates/header/navbar-authenticated.html @@ -39,13 +39,13 @@ from openedx.core.djangoapps.site_configuration import helpers as configuration_ % endif % if show_explore_courses:
% endif % if show_sysadmin_dashboard: - @@ -67,5 +67,3 @@ from openedx.core.djangoapps.site_configuration import helpers as configuration_ <%include file="user_dropdown.html"/> - -