清理未使用样式 (#6698)

This commit is contained in:
辞庐 2026-08-17 20:33:57 +08:00 committed by GitHub
parent 34aeba1b1a
commit 91fcc4e5ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,15 +70,6 @@
-fx-fill: -monet-on-primary-fixed;
}
.hint.success {
-fx-background-color: #d1e7dd;
-fx-border-color: -monet-outline;
}
.hint.success Text, .hint.success .svg {
-fx-fill: #0a3622;
}
.hint.error {
-fx-background-color: -monet-error-container;
-fx-border-color: -monet-outline;
@ -1237,69 +1228,14 @@
-fx-font-size: 14.0px;
}
/* unused */
.toggle-icon1 .icon {
-fx-fill: #4285F4;
-fx-padding: 20.0;
}
.toggle-icon1 {
-fx-pref-width: 80px;
-fx-background-radius: 80px;
-fx-pref-height: 80px;
-fx-background-color: transparent;
-jfx-toggle-color: rgba(66.0, 133.0, 244.0, 0.29885056614875793);
-jfx-untoggle-color: transparent;
}
.toggle-icon1 .jfx-rippler {
-jfx-rippler-fill: rgba(66.0, 133.0, 244.0, 0.29885056614875793);
-jfx-mask-type: CIRCLE;
}
.toggle-icon2, .toggle-icon3, .jfx-decorator-button {
.jfx-decorator-button {
-fx-pref-width: 50px;
-fx-background-radius: 50px;
-fx-pref-height: 50px;
-fx-background-color: transparent;
}
/* unused */
.toggle-icon2 .icon {
-fx-fill: RED;
}
.toggle-icon2 .jfx-rippler {
-jfx-rippler-fill: RED;
-jfx-mask-type: CIRCLE;
}
/* unused */
.toggle-icon3 {
-fx-toggle-icon4-size: 35px;
-fx-pref-width: -fx-toggle-icon4-size;
-fx-max-width: -fx-toggle-icon4-size;
-fx-min-width: -fx-toggle-icon4-size;
-fx-pref-height: -fx-toggle-icon4-size;
-fx-max-height: -fx-toggle-icon4-size;
-fx-min-height: -fx-toggle-icon4-size;
-fx-background-radius: 50px;
-fx-background-color: transparent;
-jfx-toggle-color: white;
-jfx-untoggle-color: transparent;
}
.toggle-icon3 .icon {
-fx-fill: rgb(204.0, 204.0, 51.0);
-fx-padding: 10.0;
}
.toggle-icon3 .jfx-rippler {
-jfx-rippler-fill: white;
-jfx-mask-type: CIRCLE;
}
/* used */
.toggle-icon4 {
-fx-toggle-icon4-size: 30px;
-fx-pref-width: -fx-toggle-icon4-size;