Do better remembering TypedInput values whilst switching types

This commit is contained in:
Nick O'Leary
2021-09-30 18:14:45 +01:00
parent ec27e19e3f
commit ac84b6fe3f
2 changed files with 30 additions and 9 deletions

View File

@@ -81,7 +81,8 @@
z-index: 2000;
a {
padding: 6px 18px 6px 6px;
display: block;
display: flex;
align-items: center;
border-bottom: 1px solid $secondary-border-color;
color: $form-text-color;
&:hover {
@@ -98,7 +99,7 @@
background: $workspace-button-background-active;
}
input[type="checkbox"] {
margin-right: 6px;
margin: 0 6px 0 0;
}
}
.red-ui-typedInput-icon {