From 3c30f0ca259f7694d3d0e08cf69ec11c373a475b Mon Sep 17 00:00:00 2001 From: zzzzzisu Date: Thu, 24 Apr 2025 09:08:48 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20teaminfo=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20hover=20=EC=9D=B4=EB=B2=A4=ED=8A=B8=20=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/_TeamInfo/css/TeamInfoSection.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/components/_TeamInfo/css/TeamInfoSection.css b/src/components/_TeamInfo/css/TeamInfoSection.css index ef70674..b3dfee2 100644 --- a/src/components/_TeamInfo/css/TeamInfoSection.css +++ b/src/components/_TeamInfo/css/TeamInfoSection.css @@ -67,12 +67,6 @@ background: rgba(0, 0, 0, 0.02); border-radius: 8px; transition: all 0.3s ease; - cursor: pointer; -} - -.team-info-section-list li:hover { - background: var(--primary); - color: var(--white); } @media (max-width: 1024px) { @@ -81,10 +75,10 @@ } .team-info-section-title { - font-size: 1.35rem; + font-size: 1.3rem; } - .team-info-section-list { + .team-info-section-text-list { font-size: 0.9rem; }