-
Notifications
You must be signed in to change notification settings - Fork 601
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
Cleanup some visual state bugs #5855
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.
Seems fine on its own but will it conflict with the work m did? What's the current plan for that work? Is it part of the CLI base styles?
"m" = Kham, meaning the work in It likely doesn't directly conflict, but is something we'll probably want to carry into the visual update. I believe that branch is going to sit for a bit, then once we've established the CLI process we'll release the existing work done as a visual update. That should fit nicely into allowing people to take the changes or not. |
c91c281
to
ec1dabc
Compare
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.
@bheston I fixed the conflicts here and rebase. There also was a build error due to the addition of the baseClass to Menu
. I tested and I don't see it being applicable there (as it is in Picker
). Going to merge this in once the build passes!
bd8b0b1
to
f6e2ade
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://purple-ocean-0b7ce3410-5855.centralus.azurestaticapps.net |
f6e2ade
to
addaf65
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://purple-ocean-0b7ce3410-5855.centralus.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://purple-ocean-0b7ce3410-5855.centralus.azurestaticapps.net |
Pull Request
📖 Description
Quick run through some visual issues and one functional issue.
Disclosure
wasn't loading because it was missing asuper
call.General
$ yarn change
Component-specific