Skip to content

Commit

Permalink
fix(toggle): Fix toggle handle on Android 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Mar 3, 2014
1 parent ec6c4de commit 72f2e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 72f2e84

Please sign in to comment.