removing :focus style until I figure out a better fix

This commit is contained in:
Kris Aubuchon 2014-02-04 11:50:14 -05:00
parent 2486050792
commit 706ed270f6
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ body {
min-width: $large-width;
}
:focus {outline: #2b95ca dotted thin !important; }
:hover, :active {outline: none !important;}
.container {
@extend .clearfix;