removing :focus style until I figure out a better fix
This commit is contained in:
parent
2486050792
commit
706ed270f6
|
@ -13,8 +13,7 @@ body {
|
||||||
min-width: $large-width;
|
min-width: $large-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
:focus {outline: #2b95ca dotted thin !important; }
|
|
||||||
:hover, :active {outline: none !important;}
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@extend .clearfix;
|
@extend .clearfix;
|
||||||
|
|
Loading…
Reference in New Issue