We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 300a91f commit 786b935Copy full SHA for 786b935
src/material-experimental/mdc-button/button-base.ts
@@ -150,6 +150,9 @@ export const MAT_ANCHOR_HOST = {
150
// an unthemed version. If color is undefined, apply a CSS class that makes it easy to
151
// select and style this "theme".
152
'[class.mat-unthemed]': '!color',
153
+ // Add a class that applies to all buttons. This makes it easier to target if somebody
154
+ // wants to target all Material buttons.
155
+ '[class.mat-mdc-button-base]': 'true',
156
};
157
158
/**
0 commit comments