-
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
[Maps] fix zoom in/zoom out buttons are not visible in dark mode #72699
Conversation
Pinging @elastic/kibana-gis (Team:Geo) |
@elasticmachine merge upstream |
💚 Build SucceededBuild metricspage load bundle size
History
To update your PR or re-run it, just comment with: |
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.
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.
It looks good! 🎉
…stic#72699) Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
…stic#72699) Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
) (#72870) Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
) (#72869) Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Fixes #72667
Zoom in/zoom out button styles were improved over a year ago in #36837. Mapbox has been updated several times. Mapbox 1.6 caused the DOM structure to change so the CSS rule was no longer getting applied, mapbox/mapbox-gl-js#8874. This PR updates the CSS selector for the new DOM structure.