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

fix(text-field): Fixed asterisk color where it stays in error color even after input is resolved #4576

Merged
merged 2 commits into from Apr 12, 2019

Conversation

ghost
Copy link

@ghost ghost commented Apr 8, 2019

Fixes #4260

For some reason, the color of the asterisk was set to $mdc-text-field-error in the mdc-text-field-focused mixin.
Changed that to $mdc-text-field-focused-label-color, and included the asterisk mixin to mdc-text-field-invalid.

Fixes #4260

For some reason, the color of the asterisk was set to $mdc-text-field-error in the mdc-text-field-focused mixin.
Changed that to $mdc-text-field-focused-label-color, and included the asterisk mixin to mdc-text-field-invalid.
@BhavyaSingh2611
Copy link

sorry added review by mistake as i was adding review to my fork but it got submitted here

@abhiomkar abhiomkar changed the title fix(text-field): Asterisk color fix(text-field): Fixed asterisk color where it stays in error color even after input is resolved Apr 12, 2019
Copy link
Collaborator

@abhiomkar abhiomkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix! 🎉

@abhiomkar abhiomkar merged commit ca502d4 into material-components:master Apr 12, 2019
@ghost ghost deleted the patch-2 branch April 12, 2019 19:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MDCTextField: Asterisk symbol stays in error color even after input is resolved
3 participants