-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[apm][uptime][monitoring] Remove color="ghost"
buttons
#169312
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
d676bdf
to
9b79429
Compare
color="ghost"
buttonscolor="ghost"
buttons
Pinging @elastic/eui-team (EUI) |
Pinging @elastic/apm-ui (Team:APM) |
Pinging @elastic/uptime (Team:uptime) |
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
x-pack/plugins/uptime/public/legacy_uptime/components/settings/settings_actions.tsx
Outdated
Show resolved
Hide resolved
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.
LGTM !!
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.
stack monitoring plugin changes LGTM, thank you
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Thank you 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, components using
color="ghost"
within anEuiBottomBar
already automatically inherit dark mode coloring and should be changed tocolor="text"
instead.For the legacy uptime change that adds a theme wrapper, I'm unsure what context it's being used in (does not appear to be a bottom bar) and would appreciate help QAing it.
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