Skip to content

Commit

Permalink
Hide reveal icon on edge for text-field
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Oct 25, 2023
1 parent 184ef7b commit 973634d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/ha-textfield.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ export class HaTextField extends TextFieldBase {
text-align: var(--text-field-text-align, start);
}
/* Edge, hide reveal password icon */
::-ms-reveal {
display: none;
}
/* Chrome, Safari, Edge, Opera */
:host([no-spinner]) input::-webkit-outer-spin-button,
:host([no-spinner]) input::-webkit-inner-spin-button {
Expand Down

0 comments on commit 973634d

Please sign in to comment.