Elastic: Remove clear icon from recipient input in IE11

pull/6286/merge
Aleksander Machniak 6 years ago
parent d6184ab516
commit 81337b7f31

@ -995,6 +995,10 @@ html.touch .popupmenu.form {
margin-top: @recipient-input-margin-fix;
outline: 0;
line-height: 1.5;
&::-ms-clear {
display: none; // removes clear icon in IE11
}
}
}

Loading…
Cancel
Save