-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Tabs: Coloring issues #8564
Comments
@bgashler1 I pushed a variant of your commit (681e42f) to master for June with the following changes:
There is one thing which I don't like is the dropfeedback color over tabs and tabs container in light theme. It used to be the same blue you get when dragging over the tree or editor area but now with the mixed blend mode, I cannot get this colour to work. It seems this CSS property is inherited like opacity and you cannot disable it? If you have ideas how to solve that, we can still push for it. Maybe you could verify this across OS and themes. |
Leaving this verification to @bgashler1 based on above comment |
Nice work @bpasero. Unfortunately, I can't think of a simple way around the inheritance problem. But it really didn't bother me because I can't drag a tab to the "Open Editors" anyway, which is where that blue color was used for list items that have active focus. Some of the more complex solutions I suggested earlier, such as CSS custom properties, and the CSS 4 pollyfill library would certainly enable us to avoid using the mix-blend mode though and avoid the inheritance problem. |
@bgashler1 well you can drag it over to any opened editor and there you would get the large area filled in blue. I will see if I can tweak the color at least a little bit in light theme. |
Summary of collected issues for coloring in tabs
Proposed solution from @bgashler1 in #8587
The text was updated successfully, but these errors were encountered: