I would like to be able to use the condition “when this input is disabled” then… and “when this input isn’t disable” then…
I would like to be able to do that in “Style” to help me save a lot of time when I do minor look improvement.
Why?
Because I often use a lot of inputs that are disable when the user does not have the right role and enable when he have the right role. I use 2 look, one when it’s enable and another when it’s disable. When I need to do a change I have to do it on all 100 inputs, it take too muche time…
I’m forced to do “when current user role is X”
- This input is disable
- This input backgroud-color is #909090
- This input border-style is none
- and more…
So when I want to change input background-color for #999999 instead of #909090 I need to repeat the action for all 100+ inputs!
Often I want to modify
For all those input I often do minor touchup like
- change backgroun color of “when disable”
- change background color “when enable”