Skip to content
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

[Enterprise Search] Fix various icons in dark mode #76430

Merged
merged 3 commits into from
Sep 1, 2020

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    8033061 View commit details
    Browse the repository at this point in the history
  2. Fix App Search engine icons in dark mode

    - Convert to React SVG element in order to be able to inherit correct fill in dark mode
    - Fix vertical centering (taking advantage of SVG centering for us)
    - Move icons directly to the engines overview component instead of having to reach upwards to a shared assets folder for them
    cee-chen committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    569016d View commit details
    Browse the repository at this point in the history
  3. [Cleanup] Move Setup Guide images

    - to be nested within their own component views that use them, instead of having to grab them upwards from a shared assets folder
    cee-chen committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    54a1970 View commit details
    Browse the repository at this point in the history