Skip to content

Commit

Permalink
Remove hover background on the scm inline actions
Browse files Browse the repository at this point in the history
Fixes #6075

Remove the hover background over the `scm` inline actions
so that it is consistent with other views (ex: `search-in-workspace`),
toolbar items, and is aligned with VSCode.

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Sep 4, 2019
1 parent 8523b99 commit e55e339
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/scm/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,6 @@
align-items: center;
}

.theia-scm-inline-action:hover {
background: var(--theia-content-font-color3);
}

.theia-scm-inline-action .open-file {
height: 16px;
width: 12px;
Expand Down

0 comments on commit e55e339

Please sign in to comment.