Fix #4941: 更新 JFXComboBox 下拉菜单滚动条样式 (#4951)

This commit is contained in:
Glavo
2025-12-07 21:43:47 +08:00
committed by GitHub
parent cf667b2b8d
commit 36748a3a07

View File

@@ -1545,7 +1545,6 @@
* Scroll Bar *
* *
******************************************************************************/
/* unsued? */
.scroll-bar:vertical > .track-background, .scroll-bar:horizontal > .track-background {
-fx-background-color: #F1F1F1;
@@ -1578,6 +1577,14 @@
-fx-shape: "M298 598l214-214 214 214h-428z";
}
.jfx-combo-box .scroll-bar {
-fx-skin: "org.jackhuang.hmcl.ui.construct.FloatScrollBarSkin";
}
.jfx-combo-box .scroll-bar .track {
-fx-fill: transparent;
}
/*******************************************************************************
* *
* Scroll Pane *