Skip to content

Commit

Permalink
feat(tabs): Use new mdc-states mixin for tab styles (#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro authored Dec 5, 2017
1 parent 9ab48b7 commit f7f1eb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mdc-tabs/tab/mdc-tab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,15 @@ $mdc-tab-with-icon-and-text-height: 72px;

.mdc-tab.mdc-ripple-upgraded {
@include mdc-ripple-surface;
@include mdc-ripple-color;
@include mdc-states;
@include mdc-ripple-radius;

@include mdc-theme-dark(".mdc-tab-bar") {
@include mdc-ripple-color(text-primary-on-dark, .16);
@include mdc-states(text-primary-on-dark);
}

.mdc-toolbar & {
@include mdc-ripple-color(text-primary-on-primary, .16);
@include mdc-states(text-primary-on-primary);
}

// stylelint-disable plugin/selector-bem-pattern
Expand Down

0 comments on commit f7f1eb0

Please sign in to comment.