Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Rename ripple to states
Browse files Browse the repository at this point in the history
  • Loading branch information
bwobrien committed Feb 15, 2019
1 parent d0db5c3 commit 40c4a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/tab-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
@include mdc-tab-fixed-width(120px);
@include mdc-tab-text-label-color($material-color-blue-600);
@include mdc-tab-icon-color($material-color-blue-600);
@include mdc-tab-ripple-color($material-color-yellow-700);
@include mdc-tab-states-color($material-color-yellow-700);
}

.mdc-tab--active {
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-tab/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
}
}

@mixin mdc-tab-ripple-color($color) {
@mixin mdc-tab-states-color($color) {
.mdc-tab__ripple {
@include mdc-states($color);
}
}

@mixin mdc-tab-ink-color($color) {
@include mdc-tab-text-label-color($color);
@include mdc-tab-ripple-color($color);
@include mdc-tab-states-color($color);
}

@mixin mdc-tab-parent-positioning {
Expand Down

0 comments on commit 40c4a67

Please sign in to comment.