Skip to content

Commit

Permalink
Addresses issue material-components#5728
Browse files Browse the repository at this point in the history
* Hides built-in reveal icon on MS Edge.
  • Loading branch information
hamidvirani committed Oct 10, 2024
1 parent c27bdee commit 5f66da2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions textfield/internal/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
display: none;
}

// Remove built-in reveal icon on MS Edge when type='password'
&::-ms-reveal {
display: none;
}

@media (forced-colors: active) {
background: none; // Remove background in Firefox HCM
}
Expand Down

0 comments on commit 5f66da2

Please sign in to comment.