Skip to content

Cursor pointer over days of week #15

@sparky672

Description

@sparky672

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions