-
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
Reverting the bg color for StyledText, Button, Table controls #2181
Reverting the bg color for StyledText, Button, Table controls #2181
Conversation
Reverting the changes done to bg colors of controls like StyledText, Button, Table only in views to default from grey. Selected tab in TabbedPropertyList had grey background in view, even that has been changed to white in this change. This change also includes Tool Item color change in linux and mac which was missing in the previous PR 2168
@Phillipus: Can you pls. review and test? |
So this has to be handled separately.. |
The following on Mac seems to fix it:
|
Just noticed: the gray unstaged/staged changes trees in that abapGit view (probably also in the eGit staging view?) also look like they were disabled. (Perhaps they are, since there are no changes...) Perhaps trees inside forms also should be styled with a white background. How does e.g. the PDE manifest editor look with that new styling? |
If it's an EditPart it's not affected. This change affects controls in ViewParts. But if those same form-based controls are in a ViewPart they're grey. Trees in ViewParts are grey so if you depend on that to show disabled state of a Tree you're out of luck. |
With this change or before this change? |
Yes, Staged and Unstaged will have grey backgrounds, as we have set the bg for a tree as grey in views. |
Can we merge this change? |
I don't see that on my Mac. Where do you see that? Can you show a screenshot? |
That doesn't work. As I said it's Mac only so only belongs in the Mac CSS file . |
This PR reverts the grey table so the alternate row colors is expected and desired (as it used to be). |
If nobody objects I will merge this today. |
So this existed already even before @mvm-sap's changes? If yes. Pls. open a separate issue. And if you already have a solution proposal pls. also send a PR for it. |
Reverting the changes done to bg colors of controls like StyledText, Button, Table in views.
Selected tab in TabbedPropertyList had grey background in view, even that has been changed to white with this change.
Issue #2173 has been addressed with this change.
Please again test and provide feedback if there are still some issues.
Below are the screenshots
Before:
After: