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

Commit

Permalink
Merge branch 'master' into shelart-master
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Goo authored Apr 12, 2019
2 parents ef4188f + 6d9c0cc commit 87128b4
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 19 deletions.
18 changes: 10 additions & 8 deletions packages/mdc-dialog/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mdc-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@material/shape": "^1.1.1",
"@material/theme": "^1.1.0",
"@material/typography": "^1.0.0",
"focus-trap": "^4.0.2",
"focus-trap": "^5.0.0",
"tslib": "^1.9.3"
},
"publishConfig": {
Expand Down
18 changes: 10 additions & 8 deletions packages/mdc-drawer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mdc-drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@material/shape": "^1.1.1",
"@material/theme": "^1.1.0",
"@material/typography": "^1.0.0",
"focus-trap": "^4.0.2",
"focus-trap": "^5.0.0",
"tslib": "^1.9.3"
}
}
6 changes: 5 additions & 1 deletion packages/mdc-textfield/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
@include mdc-text-field-helper-text-validation-color($mdc-text-field-error);
@include mdc-text-field-caret-color($mdc-text-field-error);

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

&.mdc-text-field--with-trailing-icon {
&:not(.mdc-text-field--with-leading-icon) {
@include mdc-text-field-icon-color($mdc-text-field-error);
Expand All @@ -178,7 +182,7 @@
@include mdc-text-field-label-color($mdc-text-field-focused-label-color);

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

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

0 comments on commit 87128b4

Please sign in to comment.