From dc97fce8131973d1578f02d39dfba27d4d11fd34 Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Fri, 13 Dec 2024 14:36:21 +0100 Subject: [PATCH] fix(frontend): holidays marked as regular wordays --- frontend/app/components/weekly-overview-day.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/weekly-overview-day.hbs b/frontend/app/components/weekly-overview-day.hbs index 28ae0fe35..1d3614396 100644 --- a/frontend/app/components/weekly-overview-day.hbs +++ b/frontend/app/components/weekly-overview-day.hbs @@ -13,7 +13,7 @@ 'text-overview-absence hover:text-overview-absence-hf focus:text-overview-absence-hf [&.active]:text-overview-absence-active' (or (if - @workday + (and @workday (not @holiday)) 'text-overview-workday hover:text-overview-workday-hf focus:text-overview-workday-hf [&.active]:text-overview-workday-active' ) 'text-overview-weekend hover:text-overview-weekend-hf focus:text-overview-weekend-hf [&.active]:text-overview-weekend-active'