revamp: order train picker

This commit is contained in:
2025-02-07 00:11:34 +01:00
parent fab3cef1f3
commit b69c44c55a
9 changed files with 163 additions and 138 deletions
+7 -5
View File
@@ -194,17 +194,18 @@ label.g-checkbox {
cursor: pointer;
color: #aaa;
user-select: none;
-moz-user-select: none;
span {
transition: color 125ms ease;
}
span::before {
content: '';
content: '\2717';
display: inline-block;
width: 1ch;
height: 1ch;
background-color: #aaa;
// background-color: #aaa;
border-radius: 50%;
margin-right: 0.25em;
@@ -223,7 +224,8 @@ label.g-checkbox {
color: greenyellow;
&::before {
background-color: greenyellow;
content: '\2713';
// background-color: greenyellow;
}
}
}