A css rule such as
input[type='password']::-ms-reveal
{
display: none;
}
should make the "eye" disappear from a password input box on Internet Explorer.
Indeed, in some cases it does, but for some reason it does not work in all cases.
What could possible be a solution to make it consistently go away?