[common] fixed focused state for some controls
This commit is contained in:
parent
1da03d75b5
commit
e7976831f2
|
@ -154,8 +154,8 @@
|
|||
font-size: 12px;
|
||||
|
||||
&:focus {
|
||||
border-color: @border-preview-select-ie;
|
||||
border-color: @border-preview-select;
|
||||
border-color: @border-control-focus-ie;
|
||||
border-color: @border-control-focus;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue