material-components-web
material-components-web copied to clipboard
Modular and customizable Material Design UI components for the web
Resolves issue #7727 (https://github.com/material-components/material-components-web/issues/7727) Compiles this way!
improvement(tabs): Added optional aria-label & aria-labelledby params to improve accessibility
style(tabs): Update theming API to ensure customisation takes higher precedence
## Bug report A 1px wide white dot appears in the middle of radio buttons on certain screen sizes (/zoom levels). ### Steps to reproduce Here is the code: ```html...
## Bug report Dialog background is not following M3 sepcs-> should be surface-container-high but it's not. (if it should not follow - can we know the reason why?) ### Steps...
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429...
This is how the mentioned element color is styled when focused in current version of MD2 CSS: ``` .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label { color: rgba(98, 0, 238, 0.87); } ``` and ```...
Prior to https://github.com/material-components/material-components-web/commit/4b35cb7d05ac0abf313963370ee2f4b20456df45, radio button and checkbox labels had `cursor: pointer` (or maybe `cursor: default`, I can't remember). Now they inherit `cursor: text`, and it's not obvious that when clicking...
https://github.com/material-components/material-components-web/blob/f80ac92b08dfa1b59cd9faf74f3d19a4b134993e/packages/mdc-top-app-bar/mdc-top-app-bar.scss#L204 1. CSS margin is used to push element. 2. CSS padding is used to push element's boundaries. Now if I use the drawer with top-app-bar then drawer's border will...
Removes [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware). It's no longer used after updating ancestor dependency [karma-webpack](https://github.com/webpack-contrib/karma-webpack). These dependencies need to be updated together. Removes `webpack-dev-middleware` Updates `karma-webpack` from 3.0.0 to 5.0.1 Release notes Sourced from...