Skip to content

Commit

Permalink
Ensure MS Edge's "reval" password icon is not displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
BatJan committed Oct 3, 2023
1 parent 6575986 commit 81359f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/uui-input/lib/uui-input.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ export class UUIInputElement extends FormControlMixin(
input::placeholder {
transition: opacity 120ms;
}
input[type='password']::-ms-reveal {
display: none;
}
:host(:not([readonly])) input:focus::placeholder {
opacity: 0;
}
Expand Down

0 comments on commit 81359f6

Please sign in to comment.