-
Notifications
You must be signed in to change notification settings - Fork 189
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
Light (Preview) theme - change in the behavior of highlights for selected tabs #2286
Light (Preview) theme - change in the behavior of highlights for selected tabs #2286
Conversation
pls provide two PRs for the two things:
|
6b4e1de
to
89e24c8
Compare
Test Results 1 183 files - 632 1 183 suites - 632 40m 13s ⏱️ - 1h 3m 50s For more details on these failures, see this check. Results for commit be91155. ± Comparison against base commit 8d647ea. This pull request skips 1 test.
♻️ This comment has been updated with latest results. |
89e24c8
to
4a982f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adaptions to the macOS and the gtk version of the theme is missing.
In Light (Preview) theme, all selected tabs in editor and views had blue highlight(underline) irrespective of whether the view stack is active or not. This behaviour has been changed via this change, by making only one tab with blue underline which is active, rest of the selected tabs in inactive stack will have grey underline. Changes have been done for Win, Mac and Linux
4a982f4
to
f580698
Compare
This is fixed now. Looks good on macOS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think a version bump is needed to the org.eclipse.ui.themes plugin's MANIFEST.MF.
Pls. add is as a separate commit (title e.g. "Version bumps for 4.34 stream")
This PR has changes related to tab higlight |
Done |
failing verification jobs seem unrelated. |
All selected tabs in Light (Preview) theme had blue highlight(underline) irrespective of stack being active or inactive. At any point in time only one tab could be active and it has to be blue. This change has been done by making blue highlight only for the active selected tab and rest of the selected tabs which are inactive will have grey highlight.
Please find the below screen shots:
Before:
After :