bug 55070

This commit is contained in:
OVSharova 2022-10-19 22:37:51 +03:00
parent 0ff0ed3a15
commit dd01e61d7d

View file

@ -9,7 +9,9 @@
border: @scaled-one-px-value solid @border-regular-control;
background-color: @background-normal-ie;
background-color: @background-normal;
&:-ms-input-placeholder {
color: @text-tertiary-ie;
}
&:focus {
border-color: @border-control-focus-ie;
border-color: @border-control-focus;
@ -116,10 +118,6 @@ input[type="text"]::selection, textarea::selection {
color: @text-inverse;
}
input.form-control:-ms-input-placeholder {
color: @text-tertiary-ie;
}
textarea.form-control:focus {
//border-color: @border-control-focus;
}