I’m trying to apply different states to a custom component (acting as a button).
I have the hover state set up and it’s working fine.
I’m trying to create an ‘active’ and ‘inactive’ state that will change color properties and such.
My problem being : The moment I enable another state to the button, the hover state stop being triggered by ‘on over’ events. It’s like my custom state (when ‘on’) overwrites the hover state.
Any insights ?
Thanks
There seem to be a previous post about this, with no replies or comments from the Weweb team : https://community.weweb.io/t/hover-isnt-active-from-another-state