-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(form-field): remove leading space for asterisk #12727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(form-field): remove leading space for asterisk #12727
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but some unit tests are failing.
Hi @devversion! This PR has merge conflicts due to recent upstream merges. |
* In order to align with the 2018 Material Design guidelines, the leading space before the required asterisk should be removed. Fixes angular#12721
1b37a84
to
9d86560
Compare
9d86560
to
17132a3
Compare
Currently blocked on #13911 which should fix the Bazel tests. |
@jelbourn should we still do this? I assume it's not really a priority anymore and eventually will be fixed by the MDC prototype. Closing for now. let me know if I should re-open. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Based on the specs and by looking at MDC, there should be no leading space. In addition to removing the space, MDC seems to still shift the asterisk by
1px
(potentially to make it look better on higher resolutions; I can notice a little improvement in UX with 4k as well).P2 because it should be merged prioritized for V7 beta. (spec alignment)
Fixes #12721