-
Notifications
You must be signed in to change notification settings - Fork 198
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
Improve find/replace overlay icons for expand/collapse on Mac #1983 #2028
Conversation
LGTM |
1 similar comment
LGTM |
Adapts the color of collapse/expand icons for the find/replace overlay to properly work with dark theme on MacOS. See eclipse-platform/eclipse.platform.ui#2028
Adapts the color of collapse/expand icons for the find/replace overlay to properly work with dark theme on MacOS. See eclipse-platform/eclipse.platform.ui#2028
Thanks for your immediate feedback! I have added screenshots for comparing the effect on Windows and MacOS as well and added them to the PR description. I have created the according PR for the images repo (eclipse-platform/eclipse.platform.images#79), also containing the modified SVGs. |
Test Results 1 210 files ±0 1 210 suites ±0 1h 3m 44s ⏱️ + 2m 13s For more details on these failures, see this check. Results for commit 1f69ff8. ± Comparison against base commit 354e1b7. ♻️ This comment has been updated with latest results. |
…-platform#1983 The icons for expand/collapse in the find/replace overlay are hardly visible on Mac when using dark theme, because the contrast between icon color and background color is too low. This adapts the icon color to be properly visible on all operating systems and themes. Fixes eclipse-platform#1983
Adapts the color of collapse/expand icons for the find/replace overlay to properly work with dark theme on MacOS. See eclipse-platform/eclipse.platform.ui#2028
The icons for expand/collapse in the find/replace overlay are hardly visible on Mac when using dark theme, because the contrast between icon color and background color is too low. This adapts the icon color to be properly visible on all operating systems and themes.
I would even prefer to have the icon change its color depending on the theme, but using icon fonts, which would solve that problem, produced problems on Linux: #1960
Fixes #1983
Appearance on MacOS
Note that the different sizes of the expand/collapse button are independent from the changes here and part of another issue (#2018).
Existing:
New:
Appearance on Windows
Existing
New
Appearance on Linux
Existing
New