-
Notifications
You must be signed in to change notification settings - Fork 703
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
[SplitButton] Fix jumping chevron on touch hovering/pressing… #6087
[SplitButton] Fix jumping chevron on touch hovering/pressing… #6087
Conversation
…s inside CommandBar
bf0f94b
to
02921b8
Compare
What do you mean when you say "The commandbar can now have simultaneous split buttons with chevrons on left and right sides"? do you have a picture? |
Several SplitButtons in CommandBar could have inconsistent chevron placement - those that were last hovered by mouse had it on the right, and those that were hovered/pressed by finger - on the left. |
ah and this change should fix that issue correct? |
exactly - it alignes chevron to the right, as does other 4 variations of SplitButton style in MUX, except the guilty one |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@StephenLPeters @karenbtlai so, can we convert the thumbs up emoji to formal approval, merge this PR and move to more interesting things? :) |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
SplitButton extends secondary button to the whole control area for the touch, but chevron should be still aligned to the right side
@teaP @StephenLPeters FYI