Fix weekend tint double-stacking: remove fc-daygrid-day-frame rule
Both the <td> and its child fc-daygrid-day-frame had the 3% white overlay, causing the frame area to compound to ~6% while td edges stayed at 3%. This created an uneven "not flush" pattern. The td rule alone is sufficient. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3ead9cd25a
commit
d9b5868343
@ -182,11 +182,6 @@
|
|||||||
background-color: hsl(0 0% 100% / 0.03);
|
background-color: hsl(0 0% 100% / 0.03);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Weekend tint: daygrid frame layer (paints above td background in FC6) */
|
|
||||||
.fc .fc-day-sat .fc-daygrid-day-frame,
|
|
||||||
.fc .fc-day-sun .fc-daygrid-day-frame {
|
|
||||||
background-color: hsl(0 0% 100% / 0.03);
|
|
||||||
}
|
|
||||||
|
|
||||||
.fc .fc-col-header-cell {
|
.fc .fc-col-header-cell {
|
||||||
background-color: hsl(0 0% 8% / 0.65);
|
background-color: hsl(0 0% 8% / 0.65);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user