JetBrains: Make browser UI style look more native
Created by: vdavid
The dropdowns are great now! But I've found some significant differences in the UI that make the browser still feel out of place compared to the native UI.
I've tried to collect the biggest things I've spotted: (The images on the left are the native ones, the ones on the right are ours)
-
Text selection color is different from the JetBrains native color:
-
Icon hover background color is different (see below)
-
Tooltip background, padding, and font size are different (see below)
-
“Copy fill query ⌘+⇧+C” is mentioned but it doesn't actually work. Let's remove this from the tooltip if we can.
-
The dark background around the search box. JetBrains doesn't use this color for anything except code editor backgrounds. I think this is the same (white) for the default light theme, but for dark themes, it's a very different shade of gray. Here:
-
Repo star count and line number text is significantly smaller than it is in the native window (native is 13px, ours is
0.625rem
which is 10px)