Forcing mouse pointer style to remain "default" with OnMouseEnter

Hi designerd,

While using external code goes outside the expertise of our help desk, I was able to get this working with Philippe’s post here:

javascript:
$('[data-label*="cursorMove"]').css('cursor', 'move'); 
void(0);

That is, replace “cursorMove” with the name of your widget and “move” with “default”, to keep the cursor to default when hovering over the widget with the OnClick interaction.

I’ve attached an example file to demonstrate this. Hope it helps!

CustomCursor.rp (130.4 KB)

2 Likes