I am not able to remove password eye from IE 10. I tried using
input[password]::-ms-reveal {display : none ;}
but doesn't work for me.
Any suggestions?
This one works just fine:
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
display: none;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With