feat(documents): timeline date-range filter with density bars (#385) #478

Merged
marcel merged 52 commits from feat/issue-385-timeline-density-filter into main 2026-05-08 12:27:17 +02:00
Showing only changes of commit 7f99c64d45 - Show all commits

View File

@@ -153,7 +153,11 @@
--c-badge-unknown-text: #7a5a0a;
--c-badge-unknown-border: #f0ddb3;
/* Timeline density bars (issue #385) */
/* Timeline density bars (issue #385) — composited rgba(161,220,216,0.35)
over --c-surface (#ffffff) ≈ #DEF3F1 → ~1.13:1 vs surface. Decorative
idle fill in the same WCAG carve-out as --c-accent above; the meaningful
selected/preview state uses --palette-mint (1.52:1 vs white). Resample
with axe (tracked in #480) before tweaking the palette. */
--timeline-bar-idle: rgba(161, 220, 216, 0.35);
--timeline-bar-outside: var(--c-line);
}