]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
use mixin on input transition
authorMark Otto <markdotto@gmail.com>
Sat, 4 Jul 2015 01:35:53 +0000 (18:35 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 4 Jul 2015 01:35:53 +0000 (18:35 -0700)
scss/_forms.scss

index 7d16d013b5360690da9f4ce0cea6ba26f1adb95e..c2cd7733a3c1d59a4ecfc8de60b8c388986ae88e 100644 (file)
@@ -23,7 +23,7 @@
    // Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`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.