From: Mark Otto Date: Sun, 29 Jul 2012 19:10:29 +0000 (-0700) Subject: use shorthand on form field transitions for box-shadow mixin X-Git-Tag: v2.1.0~2^2~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=134d11b5283de087a6f069e59fbceed3de52092e;p=thirdparty%2Fbootstrap.git use shorthand on form field transitions for box-shadow mixin --- diff --git a/less/forms.less b/less/forms.less index 1a469072cb..0c913b952b 100644 --- a/less/forms.less +++ b/less/forms.less @@ -118,8 +118,7 @@ input[type="color"], background-color: @inputBackground; border: 1px solid @inputBorder; .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); - @transition: border linear .2s, box-shadow linear .2s; - .transition(@transition); + .transition(~"border linear .2s, box-shadow linear .2s"); // Focus state &:focus {