High Contrast Checkbox Web Component fix
Previous Behavior
High contrast styles for the checkbox were missing for the disabled state and mixed, indeterminate states:
New Behavior
Adds specific colors, backgrounds, and border colors for high contrast disabled and checked/mixed states:
📊 Bundle size report
✅ No changes found
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.
@chrisdholt Thanks for the review. Feedback addressed by updating the selectors to use :is()
@chrisdholt Did you have any other feedback on this, or can we merge this?
@chrisdholt Did you have any other feedback on this, or can we merge this?
The DOM is changing quite a bit in https://github.com/microsoft/fluentui/pull/31468 and I believe that should be updated for High Contrast. We may just want to defer to the checkbox refactor PR for this to be resolved. @radium-v can advise on how close we are there (I think it's right there...)