Skip to content

Commit

Permalink
Remove unnecessary border in repo home page sidebar (#32767)
Browse files Browse the repository at this point in the history
  • Loading branch information
yp05327 authored Dec 9, 2024
1 parent 145b583 commit 2d13eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_src/css/repo/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
grid-row: 2;
padding-left: 1em;
}
.repo-home-sidebar-bottom > :first-child {
.repo-home-sidebar-bottom .flex-list > :first-child {
border-top: 1px solid var(--color-secondary); /* same to .flex-list > .flex-item + .flex-item */
}

Expand All @@ -43,7 +43,7 @@
grid-row: 3;
padding-left: 0;
}
.repo-home-sidebar-bottom > :first-child {
.repo-home-sidebar-bottom .flex-list > :first-child {
border-top: 0;
}
}
Expand Down

0 comments on commit 2d13eaf

Please sign in to comment.