vendor/assets/stylesheets/spectre/_sliders.scss in spectre_scss-0.5.5.0 vs vendor/assets/stylesheets/spectre/_sliders.scss in spectre_scss-0.5.6.0

- old
+ new

@@ -24,26 +24,26 @@ background: $primary-color; border: 0; border-radius: 50%; height: $unit-3; margin-top: -($unit-3 - $unit-h) / 2; - transition: transform .2s ease; + transition: transform .2s; width: $unit-3; } &::-moz-range-thumb { background: $primary-color; border: 0; border-radius: 50%; height: $unit-3; - transition: transform .2s ease; + transition: transform .2s; width: $unit-3; } &::-ms-thumb { background: $primary-color; border: 0; border-radius: 50%; height: $unit-3; - transition: transform .2s ease; + transition: transform .2s; width: $unit-3; } &:active { &::-webkit-slider-thumb {