mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2024-11-13 07:39:02 +01:00
Fixed flickering when showing the value of a password field
This commit is contained in:
parent
3bc7dbe7db
commit
bf3ec41e1b
@ -2408,11 +2408,11 @@ div.cardList.narrow {
|
||||
width: 100%; }
|
||||
.content .cardField .fieldValues .fieldValue.hidden {
|
||||
font-family: clipperz-password;
|
||||
font-size: 23pt; }
|
||||
font-size: 23pt;
|
||||
line-height: 28px; }
|
||||
.content .cardField .fieldValues .fieldValue.hidden.visible {
|
||||
font-family: "clipperz-font";
|
||||
font-size: 18pt;
|
||||
line-height: 28px; }
|
||||
font-size: 18pt; }
|
||||
.content .cardField .fieldAction {
|
||||
-webkit-box-flex: none;
|
||||
-webkit-flex: none;
|
||||
|
File diff suppressed because one or more lines are too long
@ -478,11 +478,11 @@ $cardViewBasePadding: 10px;
|
||||
&.hidden {
|
||||
font-family: clipperz-password;
|
||||
font-size: 23pt;
|
||||
line-height: 28px;
|
||||
|
||||
&.visible {
|
||||
font-family: "clipperz-font";
|
||||
font-size: 18pt;
|
||||
line-height: 28px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user