From 557e4cdfea36872a6816e1a3cfb6ef6d4ed2ab35 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 15 Feb 2025 10:24:40 +0200 Subject: [PATCH] style(calendar_view): disable link color --- src/public/app/widgets/view_widgets/calendar_view.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/app/widgets/view_widgets/calendar_view.ts b/src/public/app/widgets/view_widgets/calendar_view.ts index 63e50088f..c6c6281ab 100644 --- a/src/public/app/widgets/view_widgets/calendar_view.ts +++ b/src/public/app/widgets/view_widgets/calendar_view.ts @@ -9,6 +9,10 @@ const TPL = ` height: 100%; user-select: none; } + + .calendar-view a { + color: unset; + }