-
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
feat(tab): Improved mixins #4675
Conversation
All 645 screenshot tests passed for commit a1218de vs. |
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
All 645 screenshot tests passed for commit da39816 vs. |
@@ -129,13 +127,12 @@ | |||
} | |||
|
|||
.mdc-tab--active { | |||
@include mdc-tab-text-label-color(primary); |
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 breaks CSS Vars for label and icon color. We might need to revert this change.
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.
There's a PR to fix this I think: #4688
No description provided.