Skip to content

Commit 7167f81

Browse files
committed
Adds highlight to rebase edit/reword
1 parent cbe1650 commit 7167f81

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/webviews/apps/scss/rebase.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,18 @@ h4 {
133133
border: 2px solid rgba(0, 153, 0, 1);
134134
z-index: 3;
135135
}
136+
137+
&::before {
138+
display: inline-block;
139+
content: ' ';
140+
background-color: var(--color-background);
141+
border-left: 2px solid rgba(0, 153, 0, 1);
142+
height: 48px;
143+
width: 2px;
144+
margin-left: -18px;
145+
position: absolute;
146+
z-index: 1;
147+
}
136148
}
137149

138150
&.entry--squash,

0 commit comments

Comments
 (0)