Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

fix(accessibility): Changed colors of links and operator header copy #217

Merged
merged 15 commits into from
Dec 22, 2017
Merged

fix(accessibility): Changed colors of links and operator header copy #217

merged 15 commits into from
Dec 22, 2017

Conversation

chrisdemars
Copy link
Contributor

I changed the colors of the links to a darker blue and the operator header copy to white to fix color contrast errors.

chrisdemars and others added 14 commits December 11, 2017 18:47
Added alternative text to the GitHub logo in the header.

n/a
Added alternative text to the combineAll image.

n/a
…mage.

Added JS to generate the alt text for the combineAll image.

n/a
Change the link color to a darker blue to fix some of the color contrast issues.

no breaking changes
Changed copy color to white in operater header to fix color contrast issues.

no breaking changes
@codecov-io
Copy link

codecov-io commented Dec 20, 2017

Codecov Report

Merging #217 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #217   +/-   ##
=======================================
  Coverage   74.49%   74.49%           
=======================================
  Files          10       10           
  Lines         149      149           
  Branches        7        7           
=======================================
  Hits          111      111           
  Misses         38       38

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6e6847e...0d9327a. Read the comment docs.

@@ -2,7 +2,7 @@

$operator-border: #f3f3f3;
$operator-active: #62757f;
$link-color: #2196f3;
$link-color:#0a6fc2;

Choose a reason for hiding this comment

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

Not a big deal, but isn't better to keep the space between colon and #? Just a cosmetic point

@chrisdemars
Copy link
Contributor Author

chrisdemars commented Dec 20, 2017 via email

@guilhermejcgois
Copy link

Ooooh that is my fault. I thought I put the space in, sorry.

Glad to help

…theme scss partial.

Added space between prop and val in the operator theme scss partial.

no breaking changes
@chrisdemars
Copy link
Contributor Author

I put that fix in @guilhermejcgois

@ashwin-sureshkumar
Copy link
Collaborator

@chrisdemars - Nice job. Can you please squash your commits and push ? Thank you !

@chrisdemars
Copy link
Contributor Author

I don't know how to squash commits @ashwin-sureshkumar. I have never had to do that before.

@ashwin-sureshkumar ashwin-sureshkumar merged commit 0412df5 into ReactiveX:master Dec 22, 2017
@chrisdemars
Copy link
Contributor Author

Thanks for the merge

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants