- 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; }
- Merge request !652Issue #3506342: Disabled elements are hard to distinguish โ (Open) created by Unnamed author
- ๐ฎ๐ณIndia anirudhsingh19
I have implemented the required functionality. Please review!!
- ๐ฎ๐ณIndia divya.sejekan
Verified the fix MR!652 , Patch gets applied cleanly .
The fix is implemented as per the solution proposed . When the toggle is disabled the field is hidden nowRTBC ++