Add condition to state "Hover"

Hi,

Is there a way to add a condition to the css state “Hover” ? I mean, I want to have a special css style when the field is (Hover AND bla bla bla …).

Thanks for your help,

Baptiste

Hi, if you select the state hover on your element, then every style you configure will apply for this state only :slight_smile:

When you go back to normal state you will see a little bubble aside of the property you configured previously, and when you click on the property you will see a tooltip telling you the property has a different value for another state.

Capture d’écran 2023-07-28 à 15.58.51

Hi Alexis,

Not sure to understand you reply. What I meant is that I have a input field, and I want a special css when the field is hovered, but only when the field is on “read only”. So I want to add the condition “hover and in read only”.

Do you know what I mean ?

Thanks,

Baptiste

1 Like