Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add IE11 support forced color mode tweaks
Adds IE11 supportto the previous Windows High Contrast Mode fixes in PR #2264. Internet Explorer 11 doesn't support the `forced-colors` media feature or the `forced-color-adjust` property, but it has equivalents in `-ms-high-contrast` and `-ms-high-contrast-adjust`. We can use those CSS features to extend fixes to high contrast mode that previously only worked on more modern browsers. Adds a tweak to changes in commit 7dcba7d, so that the highlight works in Internet Explorer 11 as well.
- Loading branch information