fix: enable svelte a11y linting and fix violations
This commit is contained in:
@@ -279,6 +279,7 @@
|
||||
<!-- 2. Customers & Bookings -->
|
||||
<div class="rounded-lg border">
|
||||
<button
|
||||
type="button"
|
||||
class="flex w-full items-center justify-between bg-gray-50 px-4 py-3 transition-colors hover:bg-gray-100 {sectionState.customers ===
|
||||
'expanded'
|
||||
? 'rounded-t-lg'
|
||||
@@ -310,6 +311,7 @@
|
||||
<!-- 3. Services & Products -->
|
||||
<div class="rounded-lg border">
|
||||
<button
|
||||
type="button"
|
||||
class="flex w-full items-center justify-between bg-gray-50 px-4 py-3 transition-colors hover:bg-gray-100 {sectionState.services ===
|
||||
'expanded'
|
||||
? 'rounded-t-lg'
|
||||
@@ -354,6 +356,7 @@
|
||||
<!-- 4. Scheduling & Hours -->
|
||||
<div class="rounded-lg border">
|
||||
<button
|
||||
type="button"
|
||||
class="flex w-full items-center justify-between bg-gray-50 px-4 py-3 transition-colors hover:bg-gray-100 {sectionState.scheduling ===
|
||||
'expanded'
|
||||
? 'rounded-t-lg'
|
||||
@@ -384,6 +387,7 @@
|
||||
<!-- 5. Promotions & Finance -->
|
||||
<div class="rounded-lg border">
|
||||
<button
|
||||
type="button"
|
||||
class="flex w-full items-center justify-between bg-gray-50 px-4 py-3 transition-colors hover:bg-gray-100 {sectionState.promotions ===
|
||||
'expanded'
|
||||
? 'rounded-t-lg'
|
||||
@@ -413,6 +417,7 @@
|
||||
<!-- 6. Business Settings -->
|
||||
<div class="rounded-lg border">
|
||||
<button
|
||||
type="button"
|
||||
class="flex w-full items-center justify-between bg-gray-50 px-4 py-3 transition-colors hover:bg-gray-100 {sectionState.settings ===
|
||||
'expanded'
|
||||
? 'rounded-t-lg'
|
||||
|
||||
Reference in New Issue
Block a user