-
Notifications
You must be signed in to change notification settings - Fork 228
[Dark Theme] Fix for highlight issue in sub-tabs #2639
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
[Dark Theme] Fix for highlight issue in sub-tabs #2639
Conversation
BeckerWdf
left a comment
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 manually tested this. Works fine an fixes the bug.
I see that the changes are the same on all 3 platforms (CSS rules are identical).
Can't we then simply move this into the e4-dark_globalstyle.css only once instead of duplicating it three times?
Okay, I shall try to move and test again |
or in |
fe43009 to
f18b3fa
Compare
BeckerWdf
left a comment
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.
does not work on macOS
I'm not sure why it isn't working. Shall I revert to a previous commit that made changes in all three platforms and worked fine? I don't have a MAC to test or debug, hence the problem. |
|
It's only the last change moving it to a common file that did not work. Your initial commit worked. |
Shall I revert it back to the changes done in initial commit ? |
yes |
Selected sub-tabs in editor and views were missing blue highlight with the dark theme changes. This has been fixed with this change.
f18b3fa to
496e376
Compare
Could you please test again and confirm if its working? |
|
Works fine on macOS |

With the dark theme changes, selected sub-tabs in the editor and views were missing blue highlights. This has been fixed with this PR. The screenshots below are from Windows. The same change has been incorporated in Mac and Linux.
Before:

After:
