From: Erwin Date: Wed, 25 Nov 2015 21:52:21 +0000 (+0100) Subject: Fix missing border-radius for the paddle itself X-Git-Tag: v6.0.5~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7214%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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. --- 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