Our pure JavaScript Scheduler component


Post by jay.kandasamy »

Hi ,

is there a way to hide mouse hover icon on scheduler header alone above the events.
Image

Attachments
NeedToHideMouseIcon
NeedToHideMouseIcon
MousehoverIcon.png (2.36 KiB) Viewed 110 times

Post by tasnim »

Hi,

Sorry, I don't understand what you mean by need to hide mouse icon? Did you mean to change the mouse pointer on hover?


Post by jay.kandasamy »

Hi Tasnim,

Don't want to change the mouse pointer icon on hover over events header area.


Post by tasnim »

Hi,

Please try this CSS

.b-schedulerheader div[data-region="normal"] .b-grid-header.b-sch-timeaxiscolumn .b-sch-header-timeaxis-cell:hover {
    cursor: none;
}

This should help you achieve it.


Post Reply