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

chore(slider): remove dark theme #2099

Merged
merged 8 commits into from
Jan 30, 2018
Merged

Conversation

moog16
Copy link
Contributor

@moog16 moog16 commented Jan 25, 2018

No description provided.

@codecov-io
Copy link

codecov-io commented Jan 25, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2099   +/-   ##
=======================================
  Coverage   99.33%   99.33%           
=======================================
  Files          84       84           
  Lines        3769     3769           
  Branches      490      490           
=======================================
  Hits         3744     3744           
  Misses         25       25

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 fff8153...e394359. Read the comment docs.

@moog16 moog16 changed the title feat(slider): remove dark theme chore(slider): remove dark theme Jan 25, 2018
@acdvorak acdvorak self-assigned this Jan 26, 2018
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.

Remove references to "dark mode" and mdc-theme--dark from README.md.

@include mdc-slider-highlight-color_($disabled-color);
@include mdc-slider-rail-color_($disabled-color);
@include mdc-slider-rail-tick-mark-color_($disabled-color);
@include mdc-slider-thumb-color_($disabled-color);
@include mdc-slider-thumb-stroke-cutout_($mdc-slider-default-assumed-bg-color);
Copy link
Contributor

@acdvorak acdvorak Jan 29, 2018

Choose a reason for hiding this comment

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

We can remove the $mdc-slider-dark-theme-assumed-bg-color variable from _variables.scss

Don't forget to add BREAKING CHANGE to the PR description and commit message

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!

@moog16 moog16 merged commit e1ea223 into master Jan 30, 2018
@moog16 moog16 deleted the feat/slider/remove-dark-theme branch January 30, 2018 19:50
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