tsdataclinic / scout

Scout is a data discovery tool to explore open data portals worldwide.
https://scout.tsdataclinic.com
Apache License 2.0
33 stars 12 forks source link

Critical issues #310

Open Detroit-the-Dev opened 2 years ago

Detroit-the-Dev commented 2 years ago

Summary

For people with visual impairments or colorblindness, the text in the 'Specific portal' button was difficult to read. To accommodate all users the background color of the button was changed to a more high contrast color that's in conformance with the WCAG standards.

Screenshots or Videos (if applicable)

Include screenshots or video recordings to show off your change (if applicable).

Before Button Background Change After Button Background Change

Related Issues

Fixes Issue #309

Test Plan

Please describe the exact steps you followed to test your change. Be as clear as possible so a reviewer can follow the same steps. List what UI interactions are needed, or if there are automated tests then list what should be run. For example:

  1. Go to: https://scout.tsdataclinic.com/explore/NYC
  2. Viewed the 'Specific portal' button but found the text to be low contrast to the background.
  3. Went to https://webaim.org/resources/contrastchecker to check color conformance.
  4. Verified that the contrast ratio failed for accessibility.
  5. Changed button background color to a more high contrast option.

Checklist Before Requesting a Review