This PR fixes addresses issues where components were not fully accessible or didn't behave optimally when using Windows high contrast mode. Issues fixed:
DatePicker disabled dates are now better distinguishable from enabled ones
Multiselect highlighted text in list is now visible
Disabled Chip is now distinguishable from an enabled one
Related Issue
Closes #744
Motivation and Context
These are accessibility issues that needed to be tackled in order to meet our accessibility goals.
How Has This Been Tested?
Tested by running on styleguidist on Chrome with Windows high contrast mode on.
Screenshots (if appropriate):
Datepicker
Before:
After:
Chip
Before:
After:
MultiSelect
Before:
After:
Release notes
MultiSelect, Chip, DateInput
Fix accessibility issues related to Windows high contrast mode
Description
This PR fixes addresses issues where components were not fully accessible or didn't behave optimally when using Windows high contrast mode. Issues fixed:
Related Issue
Closes #744
Motivation and Context
These are accessibility issues that needed to be tackled in order to meet our accessibility goals.
How Has This Been Tested?
Tested by running on styleguidist on Chrome with Windows high contrast mode on.
Screenshots (if appropriate):
Datepicker
Before: After:
Chip
Before: After:
MultiSelect
Before: After:
Release notes
MultiSelect, Chip, DateInput