Show pointer cursor when hovering calender event or day number (#14712)

This commit is contained in:
Philip Allgaier 2022-12-12 15:21:28 +01:00 committed by GitHub
parent bc9fb9a472
commit f204a163d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -539,6 +539,7 @@ export class HAFullCalendar extends LitElement {
a.fc-daygrid-day-number {
float: none !important;
font-size: 12px;
cursor: pointer;
}
.fc .fc-daygrid-day-number {
@ -568,6 +569,7 @@ export class HAFullCalendar extends LitElement {
.fc-event {
border-radius: 4px;
line-height: 1.7;
cursor: pointer;
}
.fc-daygrid-block-event .fc-event-main {