From c9e435c1299c46e429cf53053ecefd6547b396c9 Mon Sep 17 00:00:00 2001 From: Glavo Date: Sat, 7 Feb 2026 21:30:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20ComponentSublistWrapper=20?= =?UTF-8?q?=E8=A2=AB=E7=A6=81=E7=94=A8=E6=97=B6=E5=8F=B3=E4=BE=A7=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E9=A2=9C=E8=89=B2=E5=BC=82=E5=B8=B8=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#5478)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HMCL/src/main/resources/assets/css/root.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HMCL/src/main/resources/assets/css/root.css b/HMCL/src/main/resources/assets/css/root.css index b082eb18e..44a3edbc0 100644 --- a/HMCL/src/main/resources/assets/css/root.css +++ b/HMCL/src/main/resources/assets/css/root.css @@ -1097,6 +1097,10 @@ -fx-fill: -monet-on-surface-variant; } +.options-sublist-wrapper .expand-icon .svg:disabled { + -fx-opacity: 0.4; +} + /******************************************************************************* * * * JFX Toggle Button *