🎨 Palette: Add explicit focus ring to Transmit Support button - #206
🎨 Palette: Add explicit focus ring to Transmit Support button#206dhaatrik wants to merge 1 commit into
Conversation
Added standard focus-visible styles to the Transmit Support CTA in the Footer to ensure full keyboard accessibility. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
💡 What: Added standard
focus-visibleutility classes (focus-visible:ring-2 focus-visible:ring-(--accent) focus-visible:ring-offset-2 focus-visible:outline-none dark:focus-visible:ring-offset-(--bg-main)) to the "Transmit Support" button in the site footer.🎯 Why: The button lacked explicit focus styling. Secondary CTAs without default or explicit focus rings are invisible to users navigating via keyboard, failing basic accessibility requirements.
📸 Before/After: The button now displays a clear, theme-aware outline when focused via keyboard (Tab), while remaining unaffected when clicked via mouse/touch.
♿ Accessibility: Fully restores keyboard accessibility for this secondary CTA, matching the standard focus styling used across the site.
PR created automatically by Jules for task 12697677152056094364 started by @dhaatrik