[common] fixed focused state for some controls

This commit is contained in:
Maxim Kadushkin 2021-04-18 00:07:25 +03:00
parent 1da03d75b5
commit e7976831f2

View file

@ -154,8 +154,8 @@
font-size: 12px; font-size: 12px;
&:focus { &:focus {
border-color: @border-preview-select-ie; border-color: @border-control-focus-ie;
border-color: @border-preview-select; border-color: @border-control-focus;
} }
} }
} }