removed redundant code
Some checks failed
CI / React UI Build (push) Successful in 10s
CI / Native Windows Build And Tests (push) Successful in 2m22s
CI / Windows Release Package (push) Has been cancelled

This commit is contained in:
2026-05-08 18:40:56 +10:00
parent d650cac857
commit 0af9a72937
8 changed files with 12 additions and 81 deletions

View File

@@ -700,7 +700,6 @@ pre {
.shader-picker__selected,
.shader-picker__meta,
.shader-picker__empty,
.parameter__value,
.parameter__osc,
.parameter__reset {
color: var(--app-muted);
@@ -952,10 +951,6 @@ pre {
flex: 0 0 auto;
}
.parameter__value--pending {
color: var(--app-warning);
}
.parameter__control {
position: relative;
min-width: 0;
@@ -1115,14 +1110,6 @@ pre {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65), 0 1px 4px rgba(0, 0, 0, 0.45);
}
.parameter__value-slider strong {
text-align: right;
min-height: 1rem;
color: var(--app-text);
font-size: 0.74rem;
line-height: 1;
}
.parameter__trigger {
min-width: 7rem;
}