Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No focus visible on buttons in the responsive design for mobile navigation #3944

Closed
derekjackson-das opened this issue Sep 6, 2024 · 0 comments
Assignees
Labels
a11y Accessibility

Comments

@derekjackson-das
Copy link
Collaborator

Description: The focus is not visible on buttons in the responsive design of the @media (min-width: 768px) rules for CSS.

WCAG Criteria: 2.4.7 Focus Visible - AA

Screenshot: Screen recording

Screenshot 2024-09-06 at 5 07 12 PM

Snippet:

css

.focus\:outline-none:focus {
    outline: 2px solid #00000000;
    outline-offset: 2px;
}

Notes: The color of the outline is transparent, making it invisible. Ensure the outline color is not transparent by using a hex value like #000000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Accessibility
Projects
None yet
Development

No branches or pull requests

3 participants