Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
b1f2a088
Unverified
Commit
b1f2a088
authored
Feb 20, 2020
by
Lyza Gardner
Committed by
GitHub
Feb 20, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1811 from hypothesis/finish-contrast-fixes
Address remaining contrast nits
parents
b64ac1f2
101c7bff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
annotation-quote-test.js
src/sidebar/components/test/annotation-quote-test.js
+1
-2
forms.scss
src/styles/mixins/forms.scss
+1
-0
No files found.
src/sidebar/components/test/annotation-quote-test.js
View file @
b1f2a088
...
...
@@ -45,8 +45,7 @@ describe('AnnotationQuote', () => {
assert
.
equal
(
quote
.
text
(),
'test quote'
);
});
// FIXME-A11Y
it
.
skip
(
it
(
'should pass a11y checks'
,
checkAccessibility
({
content
:
()
=>
createQuote
(),
...
...
src/styles/mixins/forms.scss
View file @
b1f2a088
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment