diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss
index 1fc8584cbe37..2c293b3b8059 100644
--- a/lms/static/sass/multicourse/_dashboard.scss
+++ b/lms/static/sass/multicourse/_dashboard.scss
@@ -194,6 +194,7 @@
margin: 0;
width: flex-grid(9);
+
.wrapper-header-courses {
border-bottom: 4px solid $border-color-l4;
margin-bottom: $baseline;
@@ -257,10 +258,6 @@
}
}
}
-
- &:focus {
- outline: none;
- }
}
}
diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html
index d910e4de33cf..707971f263f8 100644
--- a/lms/templates/dashboard.html
+++ b/lms/templates/dashboard.html
@@ -74,7 +74,7 @@
${_("My Courses")}
${course_dir | h}
% endfor
% endif
-