Skip to content

Commit 5bde6f5

Browse files
committed
Add bottom border to top sidebar section
1 parent d47e7d9 commit 5bde6f5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

git-webui/release/share/git-webui/webui/css/git-webui.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ body {
208208
#sidebar #sidebar-content #sidebarDiscarded h4:before {
209209
content: url(../img/discarded.svg);
210210
}
211+
#sidebar #sidebar-content #sidebarDiscarded h4 {
212+
border-bottom: 1px solid #5e5e5e;
213+
}
211214
#sidebar #sidebar-content #sidebar-remote h4:before {
212215
content: url(../img/daemon.svg);
213216
}

git-webui/src/share/git-webui/webui/css/git-webui.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ body {
291291
content: url(../img/discarded.svg);
292292
}
293293

294+
#sidebarDiscarded h4 {
295+
border-bottom: 1px solid darken(@separator-line, 50%);
296+
}
297+
294298
#sidebar-remote h4:before {
295299
content: url(../img/daemon.svg);
296300
}

0 commit comments

Comments
 (0)