-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Shared UX] Remove color="ghost"
on EuiBottomBar
children
#169307
[Shared UX] Remove color="ghost"
on EuiBottomBar
children
#169307
Conversation
- EuiBottomBar now sets a dark color mode on all children, so these colors are no longer necessary to specify
- EuiBottomBar now sets a dark color mode on all children, so these colors are no longer necessary to specify
- EuiBottomBar now sets a dark color mode on all children, so these colors are no longer necessary to specify
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/eui-team (EUI) |
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.
Tested locally in light and dark mode - LGTM.
Pinging @elastic/appex-sharedux (Team:SharedUX) |
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.
Tested locally 👍🏻
Thanks y'all!! |
Summary
👋 Hey y'all - EUI will shortly be deprecating the
ghost
color in all button components (see https://eui.elastic.co/v89.0.0/#/navigation/button#ghost-vs-dark-mode).In this PR, all components using
color="ghost"
are being used within anEuiBottomBar
and as such already automatically inherit dark mode coloring.I'm opening this PR ahead of time for your team so you can test this migration and ensure no UI regressions have occurred as a result.
Checklist