Skip to content

Commit

Permalink
Merge branch 'master' into menu_handleSelection
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro authored Oct 23, 2018
2 parents b83967f + 981b37e commit 4f7e73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-textfield/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
@include mdc-text-field-label-color($mdc-text-field-focused-label-color);

@include mdc-required-text-field-label-asterisk_ {
color: $mdc-text-field-error;
@include mdc-theme-prop(color, $mdc-text-field-error);
}

+ .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
Expand Down

0 comments on commit 4f7e73d

Please sign in to comment.