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(slide-toggle): occasional element jumping #3311

Merged
merged 2 commits into from
Mar 1, 2017

Commits on Feb 27, 2017

  1. fix(slide-toggle): occasional element jumping

    * Due to the many nested absolute elements the containers started exceeding the slide-toggle boundaries and pushed the element to the top.
    
    * Removes the absolute element nestings and also removes the hard-coded
    pixel values.
    
    * Removes the workaround where the thumb-container has a smaller width
    than the actual thumb to allow the `transformX(100%)` to be correct
    devversion committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    d562fba View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Address feedback

    devversion committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    011e879 View commit details
    Browse the repository at this point in the history