Skip to content

Commit

Permalink
[@mantine/core] PasswordInput: Fix duplicated password visibility ico…
Browse files Browse the repository at this point in the history
…n in Edge browser (#6126)

Co-authored-by: Joshua Hurd <joshua@douglascostguide.com>
  • Loading branch information
joshua-webdev and Joshua Hurd committed May 2, 2024
1 parent f264ed1 commit 207aad0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
color: var(--input-placeholder-color);
opacity: 1;
}

&::-ms-reveal {
display: none;
}
}

.visibilityToggle {
Expand Down

0 comments on commit 207aad0

Please sign in to comment.