fix remove today design when in the current range (#252)

This commit is contained in:
Valentin Hutter 2024-01-08 10:25:43 +01:00 committed by GitHub
parent 1702ca75ad
commit 54a846f93a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ onMounted(async () => {
.calendar .vc-day:has(.vc-highlights) {
@apply bg-accent first:rounded-l-md last:rounded-r-md overflow-hidden;
}
.calendar .vc-day.is-today {
.calendar .vc-day.is-today:not(:has(.vc-day-layer)) {
@apply bg-secondary rounded-md;
}
.calendar .vc-day:has(.vc-highlight-base-start) {