-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
src/assets/scss/main.scss
Outdated
$turquoise: #3FB3B6; | ||
$dark-turquoise: #297577; | ||
//$dark-turquoise: #2d8082; |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
src/assets/scss/main.scss.bak
Outdated
@@ -0,0 +1,1037 @@ | |||
/*! |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
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: