From 4b98a910c7793131db81d54defacb99208bafb96 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sat, 4 Apr 2026 21:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA95=E6=B7=BB=E5=8A=A0=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index 2087914..48ab7a3 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -640,6 +640,11 @@ input:checked+.slider:before { display: flex; align-items: center; gap: 6px; + transition: opacity 0.3s ease; +} + +.legend-item.disabled { + opacity: 0.35; } .legend-dot {