microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.96k stars 29.18k forks source link

Setting checkboxes for object boolean values has no focus or active style #146896

Open joaomoreno opened 2 years ago

joaomoreno commented 2 years ago

The checkboxes for this new settings UI should have proper accessibility indicators such as focus (border) and active (background color change when mousedown) styles.

Recording 2022-04-06 at 10 35 24

rzhao271 commented 2 years ago

This issue seems to occur for the Workspace Trust checkbox too. For the Settings editor, there is a focus indicator if one carefully uses keyboard nav to get the focus onto the checkbox, but there's no hover or active indicators.