chore: Svelte 5 syntax updates, a11y fixes, and dead CSS removal
All checks were successful
CI / update (push) Successful in 4m29s

Replace deprecated svelte:component with direct component invocation,
use span instead of label for non-input controls with role="group",
remove unused imports and dead CSS rules.
This commit is contained in:
2026-04-03 08:44:32 +02:00
parent 8a14230d00
commit 88f3909634
7 changed files with 20 additions and 35 deletions

View File

@@ -932,9 +932,6 @@
align-items: stretch;
}
.main-actions {
flex-direction: column;
}
.amount-currency {
flex-direction: column;