mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user