mirror of
https://github.com/mozilla/send.git
synced 2026-02-10 13:05:25 -05:00
Merge pull request #686 from shikhar-scs/hidePassword
Hide password while Typing and after Entering: Fixes #670
This commit is contained in:
@@ -666,6 +666,18 @@ tbody {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.passwordOriginal {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.selectPassword :hover .passwordOriginal {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.selectPassword :hover .passwordStar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.setPassword {
|
||||
align-self: left;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user