Hide Edge native "reveal password" feature
This commit is contained in:
parent
a99b41a261
commit
da407ab4e1
|
@ -407,6 +407,11 @@
|
|||
input[type="password"] {
|
||||
padding-right: 2.5rem;
|
||||
}
|
||||
|
||||
/* Hide the Edge "reveal password" native button */
|
||||
input::-ms-reveal {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.show-password-input {
|
||||
|
|
Loading…
Reference in New Issue