- Issue created by @rkoller
- π¨π¦Canada mgifford Ottawa, Ontario
There should definitely be a more visible change between enabled and disabiled states.
- π¨π¦Canada mgifford Ottawa, Ontario
Ok, so this won't work for older browsers, but I think what you're suggesting here is essentially just:
/* Hide the label/input/description if the alias input is disabled */ .js-form-item-path-0-alias:has(input[disabled]) { display: none; }