fixing :focus style

This commit is contained in:
Kris Aubuchon 2014-02-04 11:49:22 -05:00
parent 3212af4746
commit 2486050792
1 changed files with 2 additions and 2 deletions

View File

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