-
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
EUI 6.10.0 & Background color fixes #30136
Conversation
Pinging @elastic/kibana-design |
28139cd
to
d3affa7
Compare
💔 Build Failed |
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.
👍 Canvas looks good. It uses several different shades of background fill colors to differentiate the page/workarea, bottom bar, and side nav sections which is a situation that could afford some potential tweaking. However, that situation existed prior to this PR and nothing here has impacted it further.
Thanks @ryankeairns! |
💚 Build Succeeded |
💚 Build Succeeded |
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.
Yeah that discovery page was what I was talking about. Do you want to fix it on your end? |
@cchaos Yeah, don't let it hold this up. |
@cchaos 6.10.0 is out now and will fix the coloring. |
fe236f3
to
2b0bed4
Compare
Updated to 6.10.0 |
Got a verbal 👍 from @jasonrhodes for APM |
💚 Build Succeeded |
Tests are passing, gotta get this in so we can continue our work. |
💚 Build Succeeded |
Sorry for the late update @cchaos, but tested the ML edits, and all looks fine - standard and dark theme. |
Great, thanks @peteharverson ! |
💚 Build Succeeded |
6.10.0
EuiPopover
andEuiColorPicker
to pauseEuiOutsideClickDetector
in when not open (#1527)6.9.0
EuiNavDrawer
(#1524)app_ems.svg
(#1517)Bug fixes
EuiPage
background color to match body background color (#1513)EuiPagination
(#1514)EuiSwitch
with generated ID from having its label announced by VoiceOver (#1519)EuiFilterButton
handlingnumFilters
when0
was specified (#1510)Background fixes
This PR removes the white background placed on
.application
and now allows the background color from thehtml
element to show through.This means that most of the background hacks we put on can be taken off. However, we now have the opposite hacks where some apps need the full white background so these were added.
I'd like to get a thumbs up from the following plugins (tagging people I know instead of whole teams)
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.[ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support[ ] Documentation was added for features that require explanation or tutorials[ ] This was checked for keyboard-only and screenreader accessibility