[material-ui] Further Improvements with high contrast mode
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
Summary
Our enhacement for high constrast mode on Windows is not complete.
Currently, just a few cases and components are covered.
See the example below:
- Alerts don't have borders
- Tabs dont have active indicator
- Paper doesnt have border
- Primary button doesnt have a border
(I haven't tested all the other components)
You can check a live example on:
https://stackblitz.com/edit/q2qqs9vd-ck2mpgci?file=src%2FDemo.jsx
Original
High contrast mode without enhancement
High contrast mode with enhancement
(see that only the disabled input changed color)
Motivation
Current solution solves just a few use cases.
Search keywords: accessibility contrast
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the examples in the linked StackBlitz demo and read the high contrast mode customization documentation linked in the issue. Compare Alerts, Tabs, Paper, and primary buttons with the enhancement enabled and disabled. Done should cover the listed missing borders and active indicator, with tests or examples showing the improved high contrast behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- accessibility, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100