From bcb88c0cb7691475060339634a6318a07ffafc14 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Wed, 12 Feb 2025 11:11:10 +0100 Subject: [PATCH] refactor(Calendar Month View): instead of using border when highlighting the current day, uses box-shadow so that the content inside the highlighted day does not shift because of the width of the additional border --- public/css/components/calendar.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/components/calendar.css b/public/css/components/calendar.css index 4657bbb3f..9be771adf 100644 --- a/public/css/components/calendar.css +++ b/public/css/components/calendar.css @@ -203,8 +203,7 @@ } .fhc-highlight-day { - border-width: 2px !important; - border-color: black !important; + box-shadow: inset 0 0 0 2px black !important; } .fhc-calendar-sm .fhc-calendar-month-page-day.active .no,