feat: add clear tabbed focus state to form inputs
This commit is contained in:
@@ -250,7 +250,10 @@ input[type="color"],
|
||||
&:focus {
|
||||
border-color: @inputBorderFocus;
|
||||
outline: 0;
|
||||
outline: none \9; /* IE6-9 */
|
||||
|
||||
.tabbing-active & {
|
||||
outline: 2px solid @inputBorderTabFocus;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -376,6 +376,7 @@
|
||||
@inputBackground: @white;
|
||||
@inputBorder: @gray-8;
|
||||
@inputBorderFocus: @gray-7;
|
||||
@inputBorderTabFocus: @blue;
|
||||
@inputBorderRadius: 0;
|
||||
@inputDisabledBackground: @gray-10;
|
||||
@formActionsBackground: @gray-9;
|
||||
|
||||
Reference in New Issue
Block a user