Skip to content
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): Implement a ripple color mixin for Tab #4421

Merged
merged 7 commits into from
Feb 19, 2019
Merged

Conversation

bwobrien
Copy link
Contributor

No description provided.

@mdc-web-bot
Copy link
Collaborator

All 624 screenshot tests passed for commit d0db5c3 vs. master! 💯🎉

@@ -36,6 +37,17 @@
}
}

@mixin mdc-tab-ripple-color($color) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we call this mdc-tab-states-color given that it's invoking mdc-states?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a good idea.

Just an aside: the mixed naming between "ripple" and "states" keeps tripping me up.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM, done.

Copy link
Contributor

@kfranqueiro kfranqueiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey wait we should probably update the README right?

@bwobrien
Copy link
Contributor Author

Yeah sorry about that. I will update the docs.

@mdc-web-bot
Copy link
Collaborator

All 624 screenshot tests passed for commit 40c4a67 vs. master! 💯🎉

@bwobrien
Copy link
Contributor Author

Added docs for the mixins.

}
}

@mixin mdc-tab-ink-color($color) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is here... should this also set mdc-tab-icon-color so that everything is set together? (I forget why text and icon color were originally separate, maybe @patrickrodee can weigh in on this.)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had separate mixins for text and icon in other components when I added these mixins. Setting icon color in the ink mixin makes sense to me.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, my definition of ink was outdated. Done.

@mdc-web-bot
Copy link
Collaborator

All 624 screenshot tests passed for commit 504dbe9 vs. master! 💯🎉

@mdc-web-bot
Copy link
Collaborator

All 624 screenshot tests passed for commit df208c1 vs. master! 💯🎉

@mdc-web-bot
Copy link
Collaborator

All 624 screenshot tests passed for commit 5276f45 vs. master! 💯🎉

@mdc-web-bot
Copy link
Collaborator

All 624 screenshot tests passed for commit ad53d28 vs. master! 💯🎉

@bwobrien bwobrien merged commit 35c3721 into master Feb 19, 2019
@bwobrien bwobrien deleted the tab-mixins branch February 19, 2019 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants