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] inline SVG background-image for icon #2709

Merged
merged 7 commits into from
Jul 23, 2018

Commits on Jul 21, 2018

  1. embed SVG images in Checkbox CSS for pseudo-states.

    this brings it back to CSS-only so we can rely on pseudo-states!
    core take a dev dep on a library that enables this, and runs it thru svgo!
    Gilad Gray committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    46c6b2b View commit details
    Browse the repository at this point in the history
  2. remove <Icon> indicator from Control

    Gilad Gray committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    099da29 View commit details
    Browse the repository at this point in the history
  3. remove checked state from Checkbox

    Gilad Gray committed Jul 21, 2018
    1 Configuration menu
    Copy the full SHA
    412bb35 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    e813e4c View commit details
    Browse the repository at this point in the history
  2. DRY mixin

    Gilad Gray committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    b081732 View commit details
    Browse the repository at this point in the history
  3. bring back the ::before for :active state

    Gilad Gray committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    15be908 View commit details
    Browse the repository at this point in the history
  4. lint

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