From d9b5868343e9e69591976f3dc49a5ca7d21e8409 Mon Sep 17 00:00:00 2001 From: Kyle Pope Date: Fri, 13 Mar 2026 12:56:30 +0800 Subject: [PATCH] Fix weekend tint double-stacking: remove fc-daygrid-day-frame rule Both the 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 --- frontend/src/index.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 88144e3..822657c 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -182,11 +182,6 @@ 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 { background-color: hsl(0 0% 8% / 0.65);