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,
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
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.
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
@Alexis AFAIK this has never been solved, has it? I want hover state to be active only when disabled state is false.
Unfortunately there’s no straight forward solution I’m aware of at the moment for this. What you have to do is set the values on the hover object to change when read only would be true.