diff --git a/scss/ionic/_toggle.scss b/scss/ionic/_toggle.scss index 8e21465a44..0452731d98 100644 --- a/scss/ionic/_toggle.scss +++ b/scss/ionic/_toggle.scss @@ -37,10 +37,11 @@ background-color: $toggle-handle-off-bg-color; transition: -webkit-transform $toggle-transition-duration ease-in-out; + /* used to create a larger hit area to slide the handle */ &:before { position: absolute; - content: '.'; - color: transparent; + content: " "; + display: table; left: ( ($toggle-handle-width / 2) * -1); top: ( ($toggle-handle-height / 2) * -1) + 3; padding: ($toggle-handle-height / 2) ($toggle-handle-width + 2);