enhance(ui): polish date picker

This commit is contained in:
charlie
2024-09-10 22:00:28 +08:00
parent 54c6da3232
commit 11ba4b2ad7
3 changed files with 24 additions and 26 deletions

View File

@@ -302,18 +302,6 @@ html.is-mobile {
background: var(--lx-gray-08, rgb(212, 212, 212));
}
.ls-months-picker {
@apply grid grid-cols-3;
> .ui__button {
@apply text-xs bg-transparent;
&.current {
@apply bg-secondary;
}
}
}
input[type='range'] {
accent-color: var(--lx-accent-10, var(--rx-blue-10));
}