Skip to content

Commit

Permalink
fix(steps): change internal class to mat-inactive (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 authored Jun 7, 2017
1 parent 33810ce commit bb9331b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/platform/core/steps/_steps-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
.md-caption {
color: mat-color($foreground, secondary-text);
}
&.mat-disabled {
&.mat-inactive {
&, & * {
color: mat-color($foreground, disabled);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<md-icon class="mat-warn">warning</md-icon>
</div>
<div class="td-step-label-wrapper"
[class.mat-disabled]="(!active && !isComplete()) || disabled"
[class.mat-inactive]="(!active && !isComplete()) || disabled"
[class.mat-warn]="isRequired() && !disabled">
<div class="md-body-2 td-step-label">
<ng-content select="[td-step-header-label]"></ng-content>
Expand Down

0 comments on commit bb9331b

Please sign in to comment.