From 3e92bd25471e7ee9a9d9200f536c99a0eb0d1319 Mon Sep 17 00:00:00 2001 From: Awais Jibran Date: Sat, 28 Jul 2018 12:07:18 +0500 Subject: [PATCH] Example: https://courses.edx.org/courses/course-v1:HarvardX+GSD1x+1T2017/course/ Pressing tab key until focus is on the Learn About Verified Certificates button. There is no visible focus indicator. This PR is to fix the issue. --- lms/static/sass/features/_course-sock.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/static/sass/features/_course-sock.scss b/lms/static/sass/features/_course-sock.scss index c727e98ad9..a3a1f1484d 100644 --- a/lms/static/sass/features/_course-sock.scss +++ b/lms/static/sass/features/_course-sock.scss @@ -27,6 +27,7 @@ cursor: pointer; &.active, + &:focus, &:hover { color: theme-color("success"); background-color: theme-color("inverse");