From 2d13eafd69b368bc75faa25d7ecfbda98a0792f8 Mon Sep 17 00:00:00 2001
From: yp05327 <576951401@qq.com>
Date: Mon, 9 Dec 2024 16:30:16 +0900
Subject: [PATCH] Remove unnecessary border in repo home page sidebar (#32767)

---
 web_src/css/repo/home.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web_src/css/repo/home.css b/web_src/css/repo/home.css
index fd8fac27e2..ca5b432804 100644
--- a/web_src/css/repo/home.css
+++ b/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;
   }
 }