Skip to content

Commit 625ae47

Browse files
committed
Replace carpeater info button icon with SVG for improved accessibility and visual clarity
1 parent 43c9901 commit 625ae47

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,10 @@ <h2 class="text-sm font-medium text-slate-300 uppercase tracking-wide">Settings<
178178
<label for="carpeaterFilterEnabled" class="text-sm text-slate-300 cursor-pointer select-none">Ignore ID:</label>
179179
<input type="text" id="carpeaterIdInput" maxlength="2" placeholder="00" disabled
180180
class="w-14 px-2 py-1 text-sm bg-slate-700 text-white border border-slate-600 rounded focus:border-emerald-500 focus:ring-1 focus:ring-emerald-500 focus:outline-none uppercase font-mono disabled:opacity-50 disabled:cursor-not-allowed">
181-
<button id="carpeaterInfoLink" class="w-6 h-6 flex-shrink-0 flex items-center justify-center rounded-full bg-slate-700/50 border border-slate-600 text-sky-400 hover:bg-sky-900/30 hover:border-sky-500 hover:text-sky-300 transition-all text-base leading-none" aria-label="Carpeater filter information">
182-
181+
<button id="carpeaterInfoLink" class="w-6 h-6 flex-shrink-0 flex items-center justify-center rounded-full bg-slate-700/50 border border-slate-600 text-sky-400 hover:bg-sky-900/30 hover:border-sky-500 hover:text-sky-300 transition-all" aria-label="Carpeater filter information">
182+
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
183+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
184+
</svg>
183185
</button>
184186
</div>
185187
</div>

0 commit comments

Comments
 (0)