microsoft / fluentui

Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
https://react.fluentui.dev
Other
17.87k stars 2.66k forks source link

High Contrast Checkbox Web Component fix #31157

Open procload opened 1 month ago

procload commented 1 month ago

Previous Behavior

High contrast styles for the checkbox were missing for the disabled state and mixed, indeterminate states:

image

New Behavior

Adds specific colors, backgrounds, and border colors for high contrast disabled and checked/mixed states: image

fabricteam commented 1 month ago

📊 Bundle size report

✅ No changes found

codesandbox-ci[bot] commented 1 month ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

procload commented 2 weeks ago

@chrisdholt Thanks for the review. Feedback addressed by updating the selectors to use :is()