bug 55070
This commit is contained in:
parent
0ff0ed3a15
commit
dd01e61d7d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue