mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2024-11-14 18:29: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%; }
|
width: 100%; }
|
||||||
.content .cardField .fieldValues .fieldValue.hidden {
|
.content .cardField .fieldValues .fieldValue.hidden {
|
||||||
font-family: clipperz-password;
|
font-family: clipperz-password;
|
||||||
font-size: 23pt; }
|
font-size: 23pt;
|
||||||
|
line-height: 28px; }
|
||||||
.content .cardField .fieldValues .fieldValue.hidden.visible {
|
.content .cardField .fieldValues .fieldValue.hidden.visible {
|
||||||
font-family: "clipperz-font";
|
font-family: "clipperz-font";
|
||||||
font-size: 18pt;
|
font-size: 18pt; }
|
||||||
line-height: 28px; }
|
|
||||||
.content .cardField .fieldAction {
|
.content .cardField .fieldAction {
|
||||||
-webkit-box-flex: none;
|
-webkit-box-flex: none;
|
||||||
-webkit-flex: none;
|
-webkit-flex: none;
|
||||||
|
File diff suppressed because one or more lines are too long
@ -478,11 +478,11 @@ $cardViewBasePadding: 10px;
|
|||||||
&.hidden {
|
&.hidden {
|
||||||
font-family: clipperz-password;
|
font-family: clipperz-password;
|
||||||
font-size: 23pt;
|
font-size: 23pt;
|
||||||
|
line-height: 28px;
|
||||||
|
|
||||||
&.visible {
|
&.visible {
|
||||||
font-family: "clipperz-font";
|
font-family: "clipperz-font";
|
||||||
font-size: 18pt;
|
font-size: 18pt;
|
||||||
line-height: 28px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user