Fix #5048: 修复 JFXTextField 上下文菜单未使用 MD3 色彩系统的问题 (#5102)

This commit is contained in:
Glavo
2026-01-01 20:06:31 +08:00
committed by GitHub
parent 078c2ad98b
commit ac9f337d4e

View File

@@ -863,6 +863,16 @@
-jfx-unfocus-color: transparent;
}
.jfx-text-field .context-menu {
-fx-background-color: -monet-surface-container;
-fx-text-fill: -monet-on-surface;
}
.jfx-text-field .context-menu .menu-item:focused {
-fx-background-color: -monet-secondary-container;
-fx-text-fill: -monet-on-secondary-container;
}
/*******************************************************************************
* *
* JFX List View *