We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9387234 commit efe8666Copy full SHA for efe8666
src/material-experimental/mdc-snack-bar/_snack-bar-theme.scss
@@ -35,7 +35,9 @@
35
mdc-snackbar.$label-ink-color: $orig-label-ink-color;
36
mdc-snackbar.$dismiss-ink-color: $orig-dismiss-ink-color;
37
38
- // The extra level of nesting here is to increase the specificity.
+ // Four classes is necessary to make it higher specificity than the mdc-button theme styles.
39
+ // This ensures the correct styles will be applied regardless of the order te mixins are
40
+ // @included.
41
.mat-mdc-simple-snack-bar .mat-mdc-snack-bar-actions .mdc-snackbar__action.mdc-snackbar__action {
42
$is-dark-theme: map.get($config, is-dark);
43
$accent: map.get($config, accent);
0 commit comments