Skip to content
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

fix(checkbox): support high contrast mode in Firefox on Windows #2927

Merged
merged 6 commits into from
Jun 13, 2018

Conversation

aprigogin
Copy link
Contributor

@aprigogin aprigogin commented Jun 12, 2018

NOTE: The stroke="white" SVG attribute has been removed as it is no longer needed.

@codecov-io
Copy link

codecov-io commented Jun 12, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #2927   +/-   ##
======================================
  Coverage    98.3%   98.3%           
======================================
  Files         101     101           
  Lines        4363    4363           
  Branches      563     563           
======================================
  Hits         4289    4289           
  Misses         74      74

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 60e8a0a...74b0369. Read the comment docs.

@acdvorak acdvorak self-assigned this Jun 13, 2018
@@ -69,10 +69,8 @@
}

@mixin mdc-checkbox-ink-color($color) {
.mdc-checkbox__checkmark-path {
// !important is needed here because a stroke must be set as an attribute on the SVG in order
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did not find this comment being true at all. In fact I've moved stroke color definition from html to css.

Copy link
Contributor

@acdvorak acdvorak left a comment

Choose a reason for hiding this comment

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

LGTM!

@acdvorak acdvorak changed the title fix(checkbox): support high contrast in FF. fix(checkbox): support high contrast mode in Firefox on Windows Jun 13, 2018
@aprigogin aprigogin merged commit 2bd52c7 into master Jun 13, 2018
@aprigogin aprigogin deleted the fix/checkbox/highcontrast2 branch June 13, 2018 21:33
kfranqueiro pushed a commit that referenced this pull request Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants