mirror of
https://github.com/sotam0316/brain_dogfood.git
synced 2026-04-25 03:48:38 +09:00
Fix date filtering bug in heatmap/calendar and sync selection state
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user