Merge pull request #18666 from edx/aj/a11y/course-outline-verified-cert-btn

Learn About Verified Certificates button on course outline page needs a focus indicator
This commit is contained in:
Awais Jibran
2018-07-30 23:54:33 +05:00
committed by GitHub

View File

@@ -27,6 +27,7 @@
cursor: pointer;
&.active,
&:focus,
&:hover {
color: theme-color("success");
background-color: theme-color("inverse");