aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/forms.less3
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 {