JetBrains: fix search combobox styles
Created by: taras-yemets
Closes https://github.com/sourcegraph/sourcegraph/issues/37689
Before | After | |
---|---|---|
Notes
- 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.
- 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.