Skip to content

fix(material-experimental/mdc-button): remove unthemed icon color #22281

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

Merged
merged 1 commit into from
Mar 19, 2021

Conversation

andrewseguin
Copy link
Contributor

Icon buttons already have a color: inherit which works well for the unthemed case, specifically it helps adapt it to colored backgrounds, e.g. mat-toolbar

@google-cla google-cla bot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Mar 18, 2021
@andrewseguin andrewseguin added G This is is related to a Google internal issue P2 The issue is important to a large percentage of users, with a workaround target: patch This PR is targeted for the next patch release labels Mar 18, 2021
@@ -316,13 +316,6 @@ $mat-fab-state-target: '.mdc-fab__ripple';
@include mdc-ripple-theme.states(
$query: mdc-helpers.$mat-theme-styles-query, $ripple-target: $mat-button-state-target);

&.mat-unthemed {
Copy link
Member

Choose a reason for hiding this comment

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

Seems like this was added by you in #16986. I don't remember the context, but maybe there was a specific reason for it? If that's not the case, should we remove the class binding as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

All the buttons apply MDC's purple color by default, except for the icon button which has color: inherit. In the other cases, they do need this "unthemed" style to make sure they override the purple. I think this is to just make sure the spec is matched since icon buttons show up on the toolbar, but other buttons don't

@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Mar 18, 2021
@andrewseguin andrewseguin added target: minor This PR is targeted for the next minor release and removed target: patch This PR is targeted for the next patch release labels Mar 19, 2021
@andrewseguin andrewseguin merged commit 08bbd50 into angular:master Mar 19, 2021
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Apr 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement G This is is related to a Google internal issue P2 The issue is important to a large percentage of users, with a workaround target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants