Forum Discussion

TonyBittick's avatar
TonyBittick
Community Member
3 years ago

Ending a hover state once a button has been clicked/visited

(wipes egg off face) Solution was simple, I missed it. Sorry for troubling anybody.

Greetings all - 

I have a text block with four states:

  • Normal
  • Hover
  • Down
  • Visited

After the text has been selected/visited, I no longer want the hover function to work but have not been able to figure it out. I'm sure it's simple and I'm missing something. 

I've tried changing the text to a button with no border or fill but haven't been able to figure anything out that way either.

Much appreciation for any input or assitance.

 

  • John_M's avatar
    John_M
    Community Member

    Hello.

    This can be accomplished by replacing the "Visited" state with the "Disabled" state.

    To make the box change to disabled state you then need to create a trigger that changes the state of the box to "Disabled" when you click it.

    See attachment.