Skip to content

Accessibility high contrast white - checked checkboxes not visible #1518

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

Closed
thorstenfleischmann opened this issue Nov 10, 2023 · 2 comments
Closed
Assignees

Comments

@thorstenfleischmann
Copy link

thorstenfleischmann commented Nov 10, 2023

What version of Tailwind CSS are you using?

3.3.3

What version of Node.js are you using?

v18.0.0

What browser are you using?

Chrome, Edge

What operating system are you using?

Windows 10 22H2

Reproduction URL

https://tailwindui.com/components/application-ui/forms/checkboxes

Describe your issue

  1. Activate high contrast mode in windows with theme "High Contrast White".

  2. Go to: https://tailwindui.com/components/application-ui/forms/checkboxes

It is not possible to distinguish checked and unchecked checkboxes. They always seem to be unchecked. In this screenshot the checkboxes are actually checked:

image

@adamwathan adamwathan transferred this issue from tailwindlabs/tailwindcss Nov 10, 2023
@thecrypticace thecrypticace self-assigned this Nov 10, 2023
@reinink
Copy link
Member

reinink commented Nov 10, 2023

Hey thanks so much for bringing this to our attention.

So this was actually an issue in our @tailwindcss/forms plugin, which we have corrected here: tailwindlabs/tailwindcss-forms#152.

You can fix this in your project by upgrading this plugin by running this command:

npm install @tailwindcss/form@latest

That should solve this issue! 👍

@reinink reinink closed this as completed Nov 10, 2023
@thorstenfleischmann
Copy link
Author

Wow, that was fast 🥇 Works perfectly.

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

No branches or pull requests

3 participants