Skip to content
This repository was archived by the owner on Sep 8, 2018. It is now read-only.

Commit 580d5ff

Browse files
committed
Style git-previous-line-removed icon
1 parent b4c91de commit 580d5ff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

styles/git-diff.less

+7-1
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,18 @@ atom-text-editor {
6565
color: @syntax-color-added;
6666
}
6767

68-
&.git-line-removed:before {
68+
&.git-line-removed:before,
69+
&.git-previous-line-removed:before {
6970
border: none; // reset triangle
7071
content: @dash;
7172
color: @syntax-color-removed;
7273
position: relative;
74+
}
75+
&.git-line-removed:before {
7376
top: .6em;
7477
}
78+
&.git-previous-line-removed:before {
79+
top: -.6em;
80+
}
7581
}
7682
}

0 commit comments

Comments
 (0)