Editor dimming should be a core workbench feature #191757
Labels
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
debt
Code quality issues
*duplicate
Issue identified as a duplicate of another issue(s)
workbench-dim-unfocused
Related to the accessibility.dimUnfocused.* feature
Milestone
It looks like today the editor dimming is done from the outside via explicit knowledge of CSS selectors which is prone to breaking easily. Every new editor would have to be adopted here. This should rather be an option that every editor has to support built-in and then this CSS patching should go away.
Refs:
vscode/src/vs/workbench/contrib/accessibility/browser/unfocusedViewDimmingContribution.ts
Lines 38 to 62 in 35be9bf
//cc @jrieken
The text was updated successfully, but these errors were encountered: