theme: Monospace password entries

This commit is contained in:
Sam Hewitt
2022-07-06 10:57:45 -02:30
parent ab1cf67432
commit b0a49bd3d9

View File

@@ -373,8 +373,16 @@ entry {
}
&.password image.caps-lock-indicator {
color: mix($backdrop_fg_color, $backdrop_base_color, 80%);
&.password {
> text {
@extend .monospace;
> placeholder {
font-family: initial; // as to not be monospace
}
}
> image.caps-lock-indicator {
color: mix($backdrop_fg_color, $backdrop_base_color, 80%);
}
}
&:drop(active) {