mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Show pointer cursor when hovering calender event or day number (#14712)
This commit is contained in:
parent
bc9fb9a472
commit
f204a163d4
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user