From f756c6b101515f3718289ad31635620e8addf204 Mon Sep 17 00:00:00 2001 From: Erwin Date: Wed, 25 Nov 2015 22:52:21 +0100 Subject: [PATCH] Fix missing border-radius for the paddle itself $switch-paddle-radius was not used anywhere in the mixins. I assume it should be used here. --- scss/components/_switch.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/components/_switch.scss b/scss/components/_switch.scss index 4a9d816cc..2de5da774 100644 --- a/scss/components/_switch.scss +++ b/scss/components/_switch.scss @@ -109,6 +109,7 @@ $switch-paddle-transition: all 0.25s ease-out !default; width: 1.5rem; transition: $switch-paddle-transition; transform: translate3d(0, 0, 0); + border-radius: $switch-paddle-radius; } // Change the visual style when the switch is active -- 2.47.2