From: Genevieve Cornhill Bulger Date: Fri, 14 Nov 2014 22:08:27 +0000 (-0700) Subject: Adding missing vender prefix for switches.scss X-Git-Tag: v5.5.0~39^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6039%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Adding missing vender prefix for switches.scss --- diff --git a/scss/foundation/components/_switches.scss b/scss/foundation/components/_switches.scss index 6ae9d2751..a4bf1de93 100644 --- a/scss/foundation/components/_switches.scss +++ b/scss/foundation/components/_switches.scss @@ -95,10 +95,12 @@ $switch-active-color: $primary-color !default; -webkit-transition: left $transition-speed $transition-ease; -moz-transition: left $transition-speed $transition-ease; + -o-transition: translate3d(0,0,0); transition: left $transition-speed $transition-ease; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); + -o-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }