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

[BI-2102] Accessibility: Make Color Contrast Meet AA Standard #384

Merged
merged 5 commits into from
Jul 12, 2024

Conversation

davedrp
Copy link
Contributor

@davedrp davedrp commented Jun 6, 2024

Description

BI-2102 Accessibility: Make Color Contrast Meet AA Standard

Dependencies

bi-api: develop branch

Testing

NOTE: To test this install the Siteimprove Accessibility Checker browser plugin found at https://chromewebstore.google.com/detail/siteimprove-accessibility/djcglbmbegflehmbfleechkjhmedcopn?pli=1

Go to BrAPI Information page.
EXPECTED RESULT
The Siteimprove Accessibility Checker should not report the issue Color contrast does not meet minimum requirement

Go to the Jobs page.
EXPECTED RESULT
The Siteimprove Accessibility Checker should not report the issue Color contrast does not meet minimum requirement

Go to any page that includes a buefy table with pagination (for example, the Gemplasm page).
EXPECTED RESULT
The Siteimprove Accessibility Checker should not report the issue Color contrast does not meet minimum requirement

Checklist:

  • I have performed a self-review of my own code
  • I have tested my code and ensured it meets the acceptance criteria of the story
  • I have create/modified unit tests to cover this change
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to documentation
  • I have run TAF: <link to TAF run>

@davedrp davedrp requested review from a team, dmeidlin and mlm483 and removed request for a team June 6, 2024 14:48
@davedrp davedrp force-pushed the feature/BI-2102 branch from 263d76c to 114f637 Compare June 6, 2024 14:54
$turquoise: #3FB3B6;
$dark-turquoise: #297577;
//$dark-turquoise: #2d8082;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove or document why this commented-out line is here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -0,0 +1,1037 @@
/*!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this file should be in git. If we really need to find the old values, we can look at the commit history.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@davedrp davedrp requested review from mlm483 and dmeidlin July 11, 2024 19:40
Copy link
Contributor

@mlm483 mlm483 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@davedrp davedrp merged commit a8ec2bc into develop Jul 12, 2024
1 check passed
@davedrp davedrp deleted the feature/BI-2102 branch July 12, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants