1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-06 00:48:08 +02:00

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

View File

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