From 1374061945aefea6e6931aa4014a64eba3086305 Mon Sep 17 00:00:00 2001 From: Ad-closeNN <1709301095@qq.com> Date: Sun, 1 Mar 2026 16:56:21 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=BC=A0=E6=A0=87=E9=80=89=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E5=AD=97=E4=B8=8D=E5=86=8D=E4=B8=8B=E6=B2=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/main.css b/src/styles/main.css index 0b0a79f..2fbc3da 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -26,6 +26,10 @@ td, strong { @apply transition; + + &::selection { + transition: none; + } } .card-shadow {