From: Patrick Yeo Date: Thu, 20 Apr 2017 17:18:48 +0000 (-0700) Subject: Only add CSS transitions on Buttons for background-color, border-color, and box-shadow X-Git-Tag: v4.0.0-beta.2~438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=056e5594ef6b26961f7cb7dbb9b8d36a6cb1f4b3;p=thirdparty%2Fbootstrap.git Only add CSS transitions on Buttons for background-color, border-color, and box-shadow --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 29fd3b627e..571362e670 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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