mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
Fix edge double password reveal buttons issue (#1325)
This commit is contained in:
parent
abded9afcf
commit
c6a655caf7
@ -303,3 +303,7 @@ app-vault-icon {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input[type="password"]::-ms-reveal {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user