Interactions Mouse Pointer for Links?

Hi there, I’ve put a few interactions in a page, just simple links, when in preview or published the links are active and work but the mouse pointer doesn’t change to the normal hand icon, it stays the same as the usual arrow pointer.

Just wondering if I am missing something that I should be adding to the interaction for a link?

Thanks

If you are using a class with your interactions, add the css rule cursor: pointer to the hover state.

1 Like

Ah! Brilliant, tnanks, I’m not using but I’ll add one.