From 0a99a37bca9051437790fb112389679a59a6f847 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Tue, 12 May 2026 13:57:39 +0300 Subject: [PATCH] fix: remove underline from collapsed section title links Global a { border-bottom } was leaking onto the inactive section nav links. Override with border-b-0 hover:border-b-0. --- src/entities/Section/ui/SectionAccordion/SectionAccordion.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entities/Section/ui/SectionAccordion/SectionAccordion.tsx b/src/entities/Section/ui/SectionAccordion/SectionAccordion.tsx index 18da052..0d66504 100644 --- a/src/entities/Section/ui/SectionAccordion/SectionAccordion.tsx +++ b/src/entities/Section/ui/SectionAccordion/SectionAccordion.tsx @@ -49,7 +49,7 @@ export function SectionAccordion({ number, title, id, isActive, href, children } ) : (