The password field in some browsers (Edge anyways) has a little eye icon in the corner as you type in a password field allowing the user to view the password as they type it in. However it defaults to black and I would like to change that so it can be seen on a black background.
::-ms-reveal { color: white; } has no effect.
Is there a way to target this element, either a hack or officially?