[material-next] Revise state style implementation
Open
@DiegoAndai is already working on this.
Since Jan 10, 2024.
design: material you
on hold
scope: all components
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
The hover and focus state in some components (i.e., Button) is not implemented per spec. For more information see: https://github.com/mui/material-ui/pull/40124#pullrequestreview-1811570089
The Chip has the correct implementation using color-mix: https://github.com/mui/material-ui/blob/master/packages/mui-material-next/src/Chip/Chip.tsx#L253
We should revisit the rest of the components.
Search keywords:
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.
Assessment
This issue has not been assessed yet.