Fix edge double password reveal buttons issue (#1325)

This commit is contained in:
Rohit Rathi 2020-07-10 18:16:35 +05:30 committed by GitHub
parent abded9afcf
commit c6a655caf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -303,3 +303,7 @@ app-vault-icon {
}
}
}
input[type="password"]::-ms-reveal {
display: none;
}