1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00: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

View File

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