From 2ed0fad51ad9e539a6ce03b815e0f1d6a1df6a94 Mon Sep 17 00:00:00 2001 From: Kenneth SOARES Date: Sun, 11 May 2025 16:06:22 +0200 Subject: [PATCH] remove unwanted focus behavior --- com/static/com/components/ics-calendar.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/com/static/com/components/ics-calendar.scss b/com/static/com/components/ics-calendar.scss index 214c52a0..d0c0f92c 100644 --- a/com/static/com/components/ics-calendar.scss +++ b/com/static/com/components/ics-calendar.scss @@ -134,8 +134,7 @@ ics-calendar { } - .fc .fc-helpButton-button:hover, - .fc .fc-helpButton-button:focus { + .fc .fc-helpButton-button:hover { background-color: rgba(20, 20, 20, 0.6); } } \ No newline at end of file