style: highlight continuous event segments

This commit is contained in:
Keith Solomon
2026-07-30 14:22:05 -05:00
parent 1af547536c
commit fb8b03981d
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -196,7 +196,8 @@
line-height: 1; line-height: 1;
} }
.aa-events-calendar-event:hover { .aa-events-calendar-event:hover,
.aa-events-calendar-event.is-occurrence-active {
background: #163d5d; background: #163d5d;
text-decoration: underline; text-decoration: underline;
} }
+2 -1
View File
@@ -196,7 +196,8 @@
line-height: 1; line-height: 1;
} }
.aa-events-calendar-event:hover { .aa-events-calendar-event:hover,
.aa-events-calendar-event.is-occurrence-active {
background: #163d5d; background: #163d5d;
text-decoration: underline; text-decoration: underline;
} }