fix(toggle): Fix toggle handle on Android 2.3

This commit is contained in:
Adam Bradley
2014-03-03 15:55:42 -06:00
parent ec6c4ded2a
commit 72f2e8407e

View File

@@ -418,7 +418,7 @@ $toggle-border-radius: 20px !default;
$toggle-handle-width: $toggle-height - ($toggle-border-width * 2) !default;
$toggle-handle-height: $toggle-handle-width !default;
$toggle-handle-radius: 50% !default;
$toggle-handle-radius: $toggle-handle-width !default;
$toggle-handle-dragging-bg-color: darken(#fff, 5%) !default;
$toggle-off-bg-color: #E5E5E5 !default;