From: Mark Otto Date: Sat, 4 Jul 2015 01:35:53 +0000 (-0700) Subject: use mixin on input transition X-Git-Tag: v4.0.0-alpha~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b451104bcd5a62170f5afc7a3c580d355e8ff333;p=thirdparty%2Fbootstrap.git use mixin on input transition --- diff --git a/scss/_forms.scss b/scss/_forms.scss index 7d16d013b5..c2cd7733a3 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -23,7 +23,7 @@ // Note: This has no effect on `s in CSS. @include border-radius($input-border-radius); @include box-shadow($input-box-shadow); - transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; + @include transition(border-color ease-in-out .15s, box-shadow ease-in-out .15s); // Make inputs at least the height of their button counterpart (base line-height + padding + border). // Only apply the height to textual inputs and some selcts.