diff --git a/cms/static/sass/elements/_header.scss b/cms/static/sass/elements/_header.scss index e1c12c9131..026ca96274 100644 --- a/cms/static/sass/elements/_header.scss +++ b/cms/static/sass/elements/_header.scss @@ -159,8 +159,9 @@ } // entire link - a { + .course-link { @include transition(color 0.25s ease-in-out); + display: block; color: $gray-d1; &:hover { diff --git a/cms/templates/widgets/header.html b/cms/templates/widgets/header.html index ea373bbb83..f8b65561ef 100644 --- a/cms/templates/widgets/header.html +++ b/cms/templates/widgets/header.html @@ -9,7 +9,7 @@ <% ctx_loc = context_course.location %>

Current Course: - + ${ctx_loc.org}${ctx_loc.course} ${context_course.display_name_with_default}