fix: resolve Svelte 5 migration warnings and improve accessibility
All checks were successful
CI / update (push) Successful in 2m2s
All checks were successful
CI / update (push) Successful in 2m2s
- Fix state_referenced_locally warnings by extracting initial values to constants - Remove unused CSS selectors (subheading, header-actions, back-actions) - Add ARIA roles and keyboard handlers to settlement options - Add a11y ignore comment for custom checkbox implementation
This commit is contained in:
@@ -9,11 +9,6 @@ h1{
|
||||
margin-bottom: 0;
|
||||
font-size: 4rem;
|
||||
}
|
||||
.subheading{
|
||||
text-align: center;
|
||||
margin-top: 0;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.content{
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user