Commit 134d11b5 authored by Mark Otto's avatar Mark Otto

use shorthand on form field transitions for box-shadow mixin

parent e56a7008
...@@ -118,8 +118,7 @@ input[type="color"], ...@@ -118,8 +118,7 @@ input[type="color"],
background-color: @inputBackground; background-color: @inputBackground;
border: 1px solid @inputBorder; border: 1px solid @inputBorder;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
@transition: border linear .2s, box-shadow linear .2s; .transition(~"border linear .2s, box-shadow linear .2s");
.transition(@transition);
// Focus state // Focus state
&:focus { &:focus {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment