State Formatting Precedence

Currently I am using the disabled state to control the formatting of the button hovering on the button still applies the colors, etc. for the hover state.

I would only like the formatting on the hover state to apply if the button is not disabled. How do I accomplish this?

hi,

you can create the “disabled” state that will override the “hover” one.

Right here you can find details

1 Like

Thank you! I originally assumed that the order of precedence would be top-down rather than bottom-up. Appreciate your help.

1 Like