LMS: darkening a gray on the profile page

This commit is contained in:
Chris Rodriguez
2016-01-04 13:07:36 -05:00
parent 8a2d989369
commit 652e4ce0c1
5 changed files with 29 additions and 43 deletions

View File

@@ -767,7 +767,6 @@ class LearnerProfileA11yTest(LearnerProfileTestMixin, WebAppTest):
profile_page.a11y_audit.config.set_rules({
"ignore": [
'color-contrast', # TODO: AC-232
'skip-link', # TODO: AC-179
'link-href', # TODO: AC-231
],