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 81359f6 commit 952d4ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/uui-input/lib/uui-input.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ export class UUIInputElement extends FormControlMixin(
display: none;
}
input[type='password']::-ms-reveal {
display: none;
}
:host(:not([readonly])) input:focus::placeholder {
opacity: 0;
}
Expand Down

0 comments on commit 952d4ed

Please sign in to comment.