Skip to content

Commit

Permalink
#12335 Eye icon duplicate problem fixed for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Dec 6, 2022
1 parent 40b29df commit 3cb7ec4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/components/password/password.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
display: flex;
}

.p-password-input::-ms-reveal,
.p-password-input::-ms-clear {
display: none;
}

.p-password-clear-icon {
position: absolute;
top: 50%;
Expand Down

0 comments on commit 3cb7ec4

Please sign in to comment.