Unverified Commit b1f2a088 authored by Lyza Gardner's avatar Lyza Gardner Committed by GitHub

Merge pull request #1811 from hypothesis/finish-contrast-fixes

Address remaining contrast nits
parents b64ac1f2 101c7bff
......@@ -45,8 +45,7 @@ describe('AnnotationQuote', () => {
assert.equal(quote.text(), 'test quote');
});
// FIXME-A11Y
it.skip(
it(
'should pass a11y checks',
checkAccessibility({
content: () => createQuote(),
......
......@@ -80,6 +80,7 @@
padding-right: 12px;
&:disabled {
// NB: This doesn't allow for enough contrast ratio to meet WCAG AA requirements
color: var.$grey-semi;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment