From add97b0f7bcc833fed6713739761aae410e82751 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Mon, 2 Sep 2024 22:53:09 +0800 Subject: [PATCH] fix: AnchorLink outline --- thaw/src/anchor/anchor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thaw/src/anchor/anchor.css b/thaw/src/anchor/anchor.css index bdb03a1..fb41284 100644 --- a/thaw/src/anchor/anchor.css +++ b/thaw/src/anchor/anchor.css @@ -48,7 +48,7 @@ } .thaw-anchor-link__title { - outline: none; + /* outline: none; */ max-width: 100%; text-decoration: none; white-space: nowrap;