feat(documents): timeline date-range filter with density bars (#385) #478
@@ -367,6 +367,12 @@ const omitTickYear = $derived.by(() => {
|
|||||||
transition: background-color 100ms ease;
|
transition: background-color 100ms ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-reduced-motion: reduce) {
|
||||||
|
.bar .bar-fill {
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.bar.selected .bar-fill,
|
.bar.selected .bar-fill,
|
||||||
.bar.in-drag-preview .bar-fill {
|
.bar.in-drag-preview .bar-fill {
|
||||||
background-color: var(--palette-mint, #a1dcd8);
|
background-color: var(--palette-mint, #a1dcd8);
|
||||||
|
|||||||
Reference in New Issue
Block a user