-
Notifications
You must be signed in to change notification settings - Fork 264
Fix styling of label on GitHub Quickstart Page #5069
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
Conversation
|
Thanks Boris! This looks very reasonable to me, but I might not be the right person to review it, as I don't know much about front end stuff. Looking at https://mui.com/api/form-label/ I see that |
|
The above CI failure is completely unrelated to this change, but is rather concerning: |
|
We removed support for python 2 in release 44.4.0, and it looks like something depends on it that we didn't catch. :-( |
It seems like the
Yep! Label does not change at all with this fix implemented. You can also get the style back to "readable" if you click somewhere else on the page, like the label text, for example. |
petemoore
left a comment
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.
Thanks Boris!
@jwhitlock Do you want to have a look too?
John is working on a fix for this in #5071. |
48fc53d to
9d81c41
Compare
9d81c41 to
a19d6c1
Compare
jwhitlock
left a comment
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.
Thanks @matt-boris, looks good to me!
Before
After