ORA2: Focus and outline styles

This commit is contained in:
Chris Rodriguez
2015-07-07 08:56:30 -04:00
committed by Usman Khalid
parent 9f0b5ed2cd
commit 5d086dab62
2 changed files with 0 additions and 3 deletions

View File

@@ -252,7 +252,6 @@ footer .references {
&:focus {
border: none !important;
outline: thin dotted !important;
}
}

View File

@@ -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; }