fixing :focus style
This commit is contained in:
parent
3212af4746
commit
2486050792
|
@ -13,8 +13,8 @@ body {
|
||||||
min-width: $large-width;
|
min-width: $large-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
:focus {box-shadow:0 0 10px #2b95ca; }
|
:focus {outline: #2b95ca dotted thin !important; }
|
||||||
|
:hover, :active {outline: none !important;}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@extend .clearfix;
|
@extend .clearfix;
|
||||||
|
|
Loading…
Reference in New Issue