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

Data views filter chips color contrast below standards #62760

Closed
joedolson opened this issue Jun 21, 2024 · 2 comments · Fixed by #62865
Closed

Data views filter chips color contrast below standards #62760

joedolson opened this issue Jun 21, 2024 · 2 comments · Fixed by #62865
Assignees
Labels
[Feature] Data Views Work surrounding upgrading and evolving views in the site editor and beyond [Focus] Accessibility (a11y) Changes that impact accessibility and need corresponding review (e.g. markup changes). [Status] In Progress Tracking issues with work in progress [Type] Bug An existing feature does not function as intended

Comments

@joedolson
Copy link
Contributor

Description

The buttons to filter patterns according to synced status are below color contrast. The button is at 4.04:1, where the minimum contrast is 4.5:1.

See previous relevant issue: #52555. That issue was with a different wrapping design, but the same control group.

I'll also observe that these should be real buttons, rather than div elements with events and tabindex; but that's a separate issue.

Step-by-step reproduction instructions

  1. Go to Patterns
  2. Choose All Patterns
  3. Inspect the 'Sync Status' button colors

Screenshots, screen recording, code snippet

image
image

Environment info

  • WordPress 6.5.4
  • Gutenberg build from main branch 6/21/2024

Please confirm that you have searched existing issues in the repo.

Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Yes

@joedolson joedolson added [Type] Bug An existing feature does not function as intended [Focus] Accessibility (a11y) Changes that impact accessibility and need corresponding review (e.g. markup changes). [Feature] Data Views Work surrounding upgrading and evolving views in the site editor and beyond labels Jun 21, 2024
@annezazu
Copy link
Contributor

@jasmussen @jameskoster as a heads up. If we can get this fixed for 6.6, let's add it to the board.

@jasmussen
Copy link
Contributor

Seems like we can either use $gray-800 for the text, resulting in this:

Screenshot 2024-06-26 at 08 42 23

That would match these chips:
Screenshot 2024-06-26 at 08 42 37

Or we can use a border instead of a background:
Screenshot 2024-06-26 at 08 43 34

I'd love a quick check by @jameskoster before I make either PR, as the interface is meant for additional places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Data Views Work surrounding upgrading and evolving views in the site editor and beyond [Focus] Accessibility (a11y) Changes that impact accessibility and need corresponding review (e.g. markup changes). [Status] In Progress Tracking issues with work in progress [Type] Bug An existing feature does not function as intended
4 participants