mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 14:56:37 +00:00
Hide reveal icon on edge for text-field (#18408)
This commit is contained in:
parent
184ef7b7ff
commit
94ad47c60e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user