You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
I have tried to remove the eye icon from the password input box by using the following css
::-ms-reveal {
display: none;
}
and it seems to be not working as expected. As I start typing, the eye icon still pops up and overlaps our custom eye icon. I am currently running Version 107.0.1418.56 (Official build) (64-bit).
I have attached a sample output which depicts the issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have tried to remove the eye icon from the password input box by using the following css
and it seems to be not working as expected. As I start typing, the eye icon still pops up and overlaps our custom eye icon. I am currently running Version 107.0.1418.56 (Official build) (64-bit).
I have attached a sample output which depicts the issue.
The text was updated successfully, but these errors were encountered: