From 08a6d36153e5f8bd3e5053c87865063b287a5033 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 1 Dec 2025 14:13:23 +0200 Subject: [PATCH] style/calendar collection/list view: use separate style for the archived events --- apps/client/src/widgets/collections/calendar/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/widgets/collections/calendar/index.css b/apps/client/src/widgets/collections/calendar/index.css index 770e57dea..cd92d1639 100644 --- a/apps/client/src/widgets/collections/calendar/index.css +++ b/apps/client/src/widgets/collections/calendar/index.css @@ -172,6 +172,10 @@ body.desktop:not(.zen) .calendar-view .calendar-header { /* List view */ +.fc-list-table tr.fc-event.archived { + opacity: .5; +} + .fc-list-table .fc-list-event-dot { /* Apply note colors to the list item dots */ --fc-event-border-color: var(--custom-color);