Hide Edge native "reveal password" feature

This commit is contained in:
Claudio Sanches 2019-12-10 16:08:49 -03:00
parent a99b41a261
commit da407ab4e1
1 changed files with 5 additions and 0 deletions

View File

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