mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
use shorthand on form field transitions for box-shadow mixin
This commit is contained in:
parent
e56a700849
commit
134d11b528
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue