-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(tabs): removed .mdc-toolbar specific selectors #1979
Conversation
…mos to reflect this. BREAKING CHANGE: removal of .mdc-toolbar selector forces clients to customize tab-bars within toolbars that require a different ink color.
…mponents/material-components-web into chore/tabs/color-sass-mixins
…dated demos to reflect this." This reverts commit d98e5d8.
…mos to reflect this. BREAKING CHANGE: removal of .mdc-toolbar selector forces clients to customize tab-bars within toolbars that require a different ink color.
Codecov Report
@@ Coverage Diff @@
## master #1979 +/- ##
=======================================
Coverage 99.43% 99.43%
=======================================
Files 84 84
Lines 3717 3717
Branches 485 485
=======================================
Hits 3696 3696
Misses 21 21 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
docs/integrating-into-frameworks.md
Outdated
@@ -71,7 +71,7 @@ In order to implement a component via a foundation, take the following steps: | |||
|
|||
1. Include the component's CSS on the page any way you wish | |||
2. Add an instance property to your component which will be set to the proper foundation class. | |||
We'll calls this `mdcFoundation`. | |||
We'll call this `mdcFoundation`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not belong in this PR
Partial fix of: #1152
BREAKING CHANGE: removal of .mdc-toolbar selector forces clients to
customize tab-bars within toolbars that require a different ink color.