Skip to content

Commit 2d13eaf

Browse files
authored
Remove unnecessary border in repo home page sidebar (#32767)
1 parent 145b583 commit 2d13eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/css/repo/home.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
grid-row: 2;
2121
padding-left: 1em;
2222
}
23-
.repo-home-sidebar-bottom > :first-child {
23+
.repo-home-sidebar-bottom .flex-list > :first-child {
2424
border-top: 1px solid var(--color-secondary); /* same to .flex-list > .flex-item + .flex-item */
2525
}
2626

@@ -43,7 +43,7 @@
4343
grid-row: 3;
4444
padding-left: 0;
4545
}
46-
.repo-home-sidebar-bottom > :first-child {
46+
.repo-home-sidebar-bottom .flex-list > :first-child {
4747
border-top: 0;
4848
}
4949
}

0 commit comments

Comments
 (0)