Skip to content

JetBrains: fix search combobox styles

Created by: taras-yemets

Closes https://github.com/sourcegraph/sourcegraph/issues/37689

Loom

Before After
Screenshot 2022-06-29 at 13 05 48 Screenshot 2022-06-29 at 13 07 02 Screenshot 2022-06-29 at 12 57 55 Screenshot 2022-06-29 at 12 53 31
Screenshot 2022-06-29 at 13 06 13 Screenshot 2022-06-29 at 13 07 14 Screenshot 2022-06-29 at 12 59 37 Screenshot 2022-06-29 at 12 55 18
Screenshot 2022-06-29 at 13 06 28 Screenshot 2022-06-29 at 13 07 23 Screenshot 2022-06-29 at 13 00 12 Screenshot 2022-06-29 at 12 56 33

Notes

  1. There are a few possible ways to style buttons (with/without border/hover) and dropdown menu items. So the search contexts dropdown trigger button and autocompletion dropdown menu items styling is not final, please consider it as a suggestion.
  2. Screenshots above are made on light and dark default themes. I any of these theme properties is not defined in some custom IDE scheme, the fallback one will be used and it's not guaranteed that the fallback color will look reasonable with the custom theme background (e.g. white text applied as a fallback on white background defined by the custom theme).

Test plan

Tested visually.

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading