Changing the element type
to “button” causes incorrect cursor behaviour.
Below you can see:
- A built-in Appfarm button: pointer cursor works with and without an on-click action.
- A container with element type changed to “button” and an on-click action: receives the default, but should have the pointer cursor.
- A container with the default element type (div) and an on-click action: receives pointer cursor.