Skip to content

Commit

Permalink
[scm] incorrect colors for icons on hover
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Muhammad Anas Shahid authored and vince-fugnitto committed Feb 3, 2020
1 parent 1e84b1d commit b74b53a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/scm/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@
margin: 0 3px;
}

.theia-scm-inline-actions a {
color: var(--theia-icon-foreground);
}

.theia-scm-inline-action {
padding: 0px 3px;
font-size: var(--theia-ui-font-size1);
Expand Down

0 comments on commit b74b53a

Please sign in to comment.