mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
use shorthand on form field transitions for box-shadow mixin
This commit is contained in:
+1
-2
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user