Pointer design on hover

Trivial question: Where can I define the pointer-events ?
Thanks for your help.

Hi @weedor,

You can define. pointer events from the Design > Effects > General tabs, from the events dropdown:

Please let me know if this helps!

1 Like

Thanks a lot, @Araminta.
It was driving me crazy not being able to find this setting.

1 Like

It would be really cool if we could assign the pointer effect to a global button style instead of having to add it to each button manually. :sunglasses:

Hey @smontreuil.

You just can apply your own global rules for your buttons or links via GlobalElementsHTML<button> or <a> and then following the steps in the screenshot above to tweak the pointer-events or any other property.
You also can add it to any global class or via stylesheet if you prefer it that way.

Keep in mind that the rules only take effect after you applied the corresponding HTML tag (either <a> or <button>) to your block.

1 Like