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

[Checkbox] refactor indicators style #2721

Merged
merged 8 commits into from
Jul 24, 2018
Merged

Commits on Jul 24, 2018

  1. Basic ::before styles at the top

    Gilad Gray committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    75deb07 View commit details
    Browse the repository at this point in the history
  2. Indicator uses 1em for size

    Adjust font-size in large, everything recomputes!
    Refactor all controls to leverage this (Switch needs a little more work)
    Gilad Gray committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    7bff901 View commit details
    Browse the repository at this point in the history
  3. Radio indicator::before uses radial-gradient

    one property replaces six!
    Gilad Gray committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    986a24a View commit details
    Browse the repository at this point in the history
  4. Switch indicator-colors() mixin for legibility

    Bring Switch large & dark variants inside its block
    Gilad Gray committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    c5a6335 View commit details
    Browse the repository at this point in the history
  5. Remove unused Switch variables

    Gilad Gray committed Jul 24, 2018
    1 Configuration menu
    Copy the full SHA
    b4f83e1 View commit details
    Browse the repository at this point in the history
  6. move large modifier up to general section

    Gilad Gray committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    96a0dac View commit details
    Browse the repository at this point in the history
  7. lint

    Gilad Gray committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    c99cc7e View commit details
    Browse the repository at this point in the history
  8. opacity for disabled radio

    Gilad Gray committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    acd71b2 View commit details
    Browse the repository at this point in the history