MetaMask / MetaMask/metamask-extension
CSS normalization
- Dominant language
- TypeScript
- Stars
- 13.2k
- Forks
- 5.6k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 451
Description
We have a short reset file as part of our stylesheet, but it's fairly minimal and leaves untouched many differences between browsers. This came up recently with Firefox-specific button styles that we had to disable in #8217
We should use something like `normalize.css` to reduce differences between browsers, as it's really labour-intensive to check each style change across all browsers.
Contributor guide
Research direction
Start by locating the stylesheet's short reset file and review the Firefox-specific button-style issue in #8217. Compare the current reset with normalize.css and determine how it should be integrated into the extension. Done means browser differences are reduced without reintroducing the button styling problem.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100