Hide reveal icon on edge for text-field (#18408)

This commit is contained in:
Paul Bottein
2023-10-25 17:15:43 +02:00
committed by GitHub
parent 184ef7b7ff
commit 94ad47c60e

View File

@@ -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 {