Skip to content

Commit

Permalink
[scm] fix alignment of file-icons
Browse files Browse the repository at this point in the history
Fixes: eclipse-theia#7034
When theme of "File Icon(Theia) " is selected, there is a offset in the icon and the text, removed one css property to align everything.

Signed-off-by: Muhammad Anas Shahid <[email protected]>
  • Loading branch information
Muhammad Anas Shahid authored and vince-fugnitto committed Feb 3, 2020
1 parent 197990b commit 1e84b1d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/scm/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@
color: var(--theia-list-inactiveSelectionForeground);
}

.theia-scm .scmItem .file-icon {
display: initial;
}

.theia-scm .scmItem .path {
font-size: var(--theia-ui-font-size0);
margin-left: var(--theia-ui-padding);
Expand All @@ -215,6 +211,7 @@
padding-bottom: 2px;
font-size: var(--theia-ui-font-size0);
}

.scm-change-count {
float: right;
}
Expand Down

0 comments on commit 1e84b1d

Please sign in to comment.