2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Add variables for transitions (#21345)

* Add variables for transitions

* Add variables for transitions
This commit is contained in:
Tom Lutzenberger
2016-12-20 05:33:17 +01:00
committed by Mark Otto
parent 372d156f21
commit e1653edb95
8 changed files with 25 additions and 8 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
}
@include box-shadow($input-box-shadow);
@include transition(border-color ease-in-out .15s, box-shadow ease-in-out .15s);
@include transition($input-transition);
// Unstyle the caret on `<select>`s in IE10+.
&::-ms-expand {