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

This commit is contained in:
SimonGschnell
2025-02-12 11:11:10 +01:00
parent bdb312cf56
commit bcb88c0cb7
+1 -2
View File
@@ -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,