-
Notifications
You must be signed in to change notification settings - Fork 2.9k
fix(react v7): Add missing HighContrast override to SplitButton #16635
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
| marginTop: 0, | ||
| marginRight: 0, | ||
| marginBottom: 0, | ||
| [HighContrastSelector]: { |
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.
Used generic HighContrast selector as the problem was also present in High Contrast White mode.
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 47f55bf:
|
Perf AnalysisNo significant results to display. All results
|
Asset size changes
Baseline commit: bd9d29c1617c3b2845f5e5391f25c3b8cf711821 (build) |
change/@fluentui-react-examples-2021-01-22-12-35-03-hotell-cherry-pick-16439.json
Outdated
Show resolved
Hide resolved
|
🎉 Handy links: |
|
🎉 Handy links: |
|
Can you let us know which version of fabric UI has this changes incorporated so that we could use it. |
|
@v-ajrai It's in a comment just above yours.
|
Pull request checklist
$ yarn changeDescription of changes
Added a missing high contrast selector to the SplitButton styles.
Focus areas to test
CommandBar with split and disabled buttons example
Pre
Post