diff options
| author | Mark Otto <[email protected]> | 2012-07-29 12:10:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-29 12:10:29 -0700 |
| commit | 134d11b5283de087a6f069e59fbceed3de52092e (patch) | |
| tree | af85ca2a6b5335bcf8bb09b78bae54b83215afbd /less/forms.less | |
| parent | e56a70084949269dbde3473a0f67b1a7eef30010 (diff) | |
| download | bootstrap-134d11b5283de087a6f069e59fbceed3de52092e.tar.xz bootstrap-134d11b5283de087a6f069e59fbceed3de52092e.zip | |
use shorthand on form field transitions for box-shadow mixin
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less index 1a469072c..0c913b952 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 { |
