mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fixing :focus style
This commit is contained in:
parent
3212af4746
commit
2486050792
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user