2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Only add CSS transitions on Buttons for background-color, border-color, and box-shadow

This commit is contained in:
Patrick Yeo
2017-04-20 10:18:48 -07:00
committed by Mark Otto
parent 365c9753f8
commit 056e5594ef
+1 -1
View File
@@ -350,7 +350,7 @@ $btn-border-radius: $border-radius !default;
$btn-border-radius-lg: $border-radius-lg !default;
$btn-border-radius-sm: $border-radius-sm !default;
$btn-transition: all .15s ease-in-out !default;
$btn-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
// Forms