-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I'm seeing my cursor turn into a pointer when I hover the days of the week, "M, T, W, etc.", however, there is no clickable functionality available here.
So I checked the DOM and the CSS. The CSS says this should be a default cursor...
.wpd .days .title {
font-weight: 200;
cursor: default;
}
But the DOM inspector show an inline style over-riding this....
style="cursor: pointer"
So then I looked in the plugin and we have this...
this.picker.find('.title').css('cursor', this.allowZoomOut() ? 'pointer' : 'default');
My question is why?
Thank-you!
Metadata
Metadata
Assignees
Labels
No labels