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

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
bwobrien committed Mar 20, 2019
1 parent 6e88be3 commit 94087e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/mdc-tab/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
}

@mixin mdc-tab-active-text-label-color($color) {
&.mdc-tab--active .mdc-tab__text-label {
@include mdc-theme-prop(color, $color);
&.mdc-tab--active {
@include mdc-tab-text-label-color($color);
}
}

@mixin mdc-tab-active-icon-color($color) {
&.mdc-tab--active .mdc-tab__icon {
@include mdc-theme-prop(color, $color);
&.mdc-tab--active {
@include mdc-tab-icon-color($color);
}
}

Expand Down

0 comments on commit 94087e7

Please sign in to comment.