Skip to content
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

[scm] incorrect colors for icons on hover #7044

Merged
merged 1 commit into from
Feb 3, 2020

Conversation

Anasshahidd21
Copy link
Contributor

What it does

Fixes: #7035
The action icons (ex: 'stage changes', 'discard changes') were incorrect and were not updated when a theme changes.

Signed-off-by: Muhammad Anas Shahid muhammad.shahid@ericsson.com

How to test

open a workspace under git source control (ex: theia)
perform arbitrary changes on any number of files
open the scm view
notice that the file-icons in the changes are now colored according to the theme 

Review checklist

Reminder for reviewers

Fixes: eclipse-theia#7035
The action icons (ex: 'stage changes', 'discard changes') were incorrect and were not updated when a theme changes.

Signed-off-by: Muhammad Anas Shahid <muhammad.shahid@ericsson.com>
@vince-fugnitto vince-fugnitto added scm issues related to the source control manager theming issues related to theming labels Jan 31, 2020
Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Anasshahidd21!
The theming is now correctly applied for the scm inline action icons 😃

@vince-fugnitto
Copy link
Member

Merging :) Thanks for the contribution!

@vince-fugnitto vince-fugnitto merged commit b74b53a into eclipse-theia:master Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scm issues related to the source control manager theming issues related to theming
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[scm] incorrect colors for icons on hover
2 participants