There are no visual cues that links to documentation on the configuration page are clickable.
Apparently, 'label' resets the cursor. So some styling a label {cursor: pointer} fixes this. Will be committed to 7.x.
a label {cursor: pointer}
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
ezyang commentedComment #2
ezyang commentedApparently, 'label' resets the cursor. So some styling
a label {cursor: pointer}fixes this. Will be committed to 7.x.