refactor: bulk convert decorative labels to spans across core modules

Addresses 'a11y-label-has-associated-control' warnings by converting
non-functional styling labels into spans with 'block' layout.
This commit is contained in:
Scott Idem
2026-02-09 22:00:49 -05:00
parent f24449457f
commit 6abfff293c
7 changed files with 21 additions and 21 deletions

View File

@@ -80,7 +80,7 @@
<div class="card p-6 shadow-xl variant-glass-surface border border-surface-500/10">
<div class="max-w-2xl space-y-1">
<label class="label text-xs font-bold opacity-75 uppercase tracking-wider ml-1">Search Directory</label>
<span class="label block text-xs font-bold opacity-75 uppercase tracking-wider ml-1">Search Directory</span>
<div class="flex bg-surface-200-700-token rounded-lg overflow-hidden border border-surface-500/20 shadow-inner group focus-within:ring-2 focus-within:ring-primary-500/50 transition-all">
<div class="flex items-center justify-center px-4 bg-surface-300-600-token border-r border-surface-500/20">
<Search size={18} class="opacity-50" />