mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(toggle): Fix toggle handle on Android 2.3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user