From 5d086dab62d1fedf355ddd4f961402c6fca359f6 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Tue, 7 Jul 2015 08:56:30 -0400 Subject: [PATCH] ORA2: Focus and outline styles --- lms/static/sass/_shame.scss | 1 - lms/static/sass/base/_reset.scss | 2 -- 2 files changed, 3 deletions(-) diff --git a/lms/static/sass/_shame.scss b/lms/static/sass/_shame.scss index 218e316e2c..bd6e63be4d 100644 --- a/lms/static/sass/_shame.scss +++ b/lms/static/sass/_shame.scss @@ -252,7 +252,6 @@ footer .references { &:focus { border: none !important; - outline: thin dotted !important; } } diff --git a/lms/static/sass/base/_reset.scss b/lms/static/sass/base/_reset.scss index 78a8cb4393..2f32e334a6 100644 --- a/lms/static/sass/base/_reset.scss +++ b/lms/static/sass/base/_reset.scss @@ -12,8 +12,6 @@ body { margin: 0; font-size: 1em; line-height: 1.4; } a { color: #00e; } a:visited { color: #551a8b; } a:hover, a:focus { color: #06e; } -a:focus { outline: thin dotted; } -a:hover, a:active { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } blockquote { margin: 1em 40px; }