We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description: The focus is not visible on buttons in the responsive design of the @media (min-width: 768px) rules for CSS.
@media (min-width: 768px)
WCAG Criteria: 2.4.7 Focus Visible - AA
Screenshot: Screen recording
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.
The text was updated successfully, but these errors were encountered:
Tanvez
No branches or pull requests
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
Snippet:
css
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.
The text was updated successfully, but these errors were encountered: