cc-list-row: Fix CcListRow insensitive state
requested to merge automerisnaranja/gnome-control-center:cc-list-row-fix-insensitive-state into main
- Add the .dim-label style class to the arrow when CcListRow is insensitive, so all the row contents looks uniform
- Remove the .dim-label style class from the secondary label, so it doesn't have poor contrast when CcListRow is insensitive
Before | After |
---|---|
Closes #2922