From 3fae2b5917500f6ac6263293b8d4e7aaf20561ca Mon Sep 17 00:00:00 2001 From: Shaun Date: Wed, 13 Mar 2013 23:14:07 -0300 Subject: [PATCH] Adjust .switch to only apply to div tags This makes it match [the docs](http://foundation.zurb.com/docs/components/switch.html) and less likely to conflict with 3rd party plugins that utilize the switch class on other tag types. --- scss/foundation/components/_switch.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/foundation/components/_switch.scss b/scss/foundation/components/_switch.scss index d70e76595..468ddb818 100644 --- a/scss/foundation/components/_switch.scss +++ b/scss/foundation/components/_switch.scss @@ -219,7 +219,7 @@ $switch-label-outline: 1px dotted #888 !default; @media only screen { // Containing element for the radio switch - .switch { + div.switch { @include switch; // Large radio switches @@ -247,4 +247,4 @@ $switch-label-outline: 1px dotted #888 !default; @-webkit-keyframes webkitSiblingBugfix { from { position: relative; } to { position: relative; } } } -} \ No newline at end of file +} -- 2.47.3