修复 ComponentSublistWrapper 被禁用时右侧图标颜色异常的问题 (#5478)

This commit is contained in:
Glavo
2026-02-07 21:30:42 +08:00
committed by GitHub
parent 26125f4002
commit c9e435c129

View File

@@ -1097,6 +1097,10 @@
-fx-fill: -monet-on-surface-variant;
}
.options-sublist-wrapper .expand-icon .svg:disabled {
-fx-opacity: 0.4;
}
/*******************************************************************************
* *
* JFX Toggle Button *