Fix date filtering bug in heatmap/calendar and sync selection state

This commit is contained in:
leeyj
2026-04-16 11:27:25 +09:00
parent 175a30325b
commit df8ae62b0e
8 changed files with 75 additions and 4 deletions
+9
View File
@@ -77,6 +77,15 @@
cursor: pointer;
}
.heatmap-cell.selected {
transform: scale(1.4);
z-index: 15;
outline: 2px solid white;
box-shadow: 0 0 10px var(--accent);
filter: brightness(1.5);
}
.heatmap-cell.out {
opacity: 0;
pointer-events: none;