From ab569feba57446e7fd8e269253ba6fc397aa2954 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Fri, 28 Aug 2015 09:30:29 -0400 Subject: [PATCH] Removing focus outline from menus --- lms/static/sass/course/courseware/_sidebar.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lms/static/sass/course/courseware/_sidebar.scss b/lms/static/sass/course/courseware/_sidebar.scss index bde649327a..d2ab1edab3 100644 --- a/lms/static/sass/course/courseware/_sidebar.scss +++ b/lms/static/sass/course/courseware/_sidebar.scss @@ -61,6 +61,12 @@ border-bottom: 1px solid $shadow-l1; background: $white; + &:focus { + // we don't need the blue glow to be here at this point + // although focus is sent for correct keyboard/a11y + outline: none; + } + .chapter-menu { padding: 0 ($baseline*.75); background: inherit;