-
With markup support and newly added JS support, we can implement action elements (ex: icon buttons) with Wave. But users won't feel those action elements are clickable because the mouse cursor is not changed when those elements are focused. Is there any way to let the user feel those elements are interactive? |
Beta Was this translation helpful? Give feedback.
Answered by
mturoci
Aug 11, 2021
Replies: 1 comment 3 replies
-
Can you provide a minimal code? Since you have a full JS support, you can add the styles that indicate clickability yourself, e.g. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
dulajra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you provide a minimal code? Since you have a full JS support, you can add the styles that indicate clickability yourself, e.g.
element.style.cursor = 'pointer'