Hello! I used the below code to remove the hover feature from the calendar on my site. It makes the calendar non-responsive. Is there a way to remove this hover feature, but also still have the calendar clickable/responsive?
Code used:
.yui3-calendar-grid {
pointer-events: none;
}