Remove unnecessary border in repo home page sidebar (#32767)

pull/32760/head^2
yp05327 2 months ago committed by GitHub
parent 145b583631
commit 2d13eafd69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      web_src/css/repo/home.css

@ -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 */
}
@ -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;
}
}

Loading…
Cancel
Save