Fix #4950: 修复部分按钮波纹颜色错误的问题 (#4952)

This commit is contained in:
Glavo
2025-12-07 21:46:42 +08:00
committed by GitHub
parent 36748a3a07
commit 210e127ac7

View File

@@ -671,11 +671,6 @@
-fx-padding: 10.0; -fx-padding: 10.0;
} }
.jfx-tool-bar-button .jfx-rippler {
-jfx-rippler-fill: -monet-on-surface;
-jfx-mask-type: CIRCLE;
}
.jfx-decorator-button { .jfx-decorator-button {
-fx-max-width: 40px; -fx-max-width: 40px;
-fx-background-radius: 5px; -fx-background-radius: 5px;
@@ -760,7 +755,7 @@
} }
.jfx-button .jfx-rippler { .jfx-button .jfx-rippler {
-jfx-rippler-fill: -monet-on-primary; -jfx-rippler-fill: -monet-on-surface;
-jfx-mask-type: CIRCLE; -jfx-mask-type: CIRCLE;
-fx-padding: 0.0; -fx-padding: 0.0;
} }
@@ -770,6 +765,7 @@
} }
.jfx-button-raised .jfx-rippler { .jfx-button-raised .jfx-rippler {
-jfx-rippler-fill: -monet-on-primary;
-jfx-mask-type: CIRCLE; -jfx-mask-type: CIRCLE;
-fx-padding: 0.0; -fx-padding: 0.0;
} }