This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adds highlight to rebase edit/reword
main
Eric Amodio
4 years ago
parent
cbe1650186
commit
7167f8180e
1 changed files
with
12 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
src/webviews/apps/scss/rebase.scss
+ 12
- 0
src/webviews/apps/scss/rebase.scss
View File
@ -133,6 +133,18 @@ h4 {
border
:
2px
solid
rgba
(
0
,
153
,
0
,
1
)
;
border
:
2px
solid
rgba
(
0
,
153
,
0
,
1
)
;
z-index
:
3
;
z-index
:
3
;
}
}
&
:
:
before
{
display
:
inline-block
;
content
:
'
'
;
background-color
:
var
(
--color-background
)
;
border-left
:
2px
solid
rgba
(
0
,
153
,
0
,
1
)
;
height
:
48px
;
width
:
2px
;
margin-left
:
-18px
;
position
:
absolute
;
z-index
:
1
;
}
}
}
&
.
entry--squash
,
&
.
entry--squash
,
Write
Preview
Loading…
Cancel
Save