]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
adds animation to color on outlined btns
authorAndres Galante <agalante@gmail.com>
Fri, 20 Oct 2017 10:58:33 +0000 (07:58 -0300)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 22 Oct 2017 20:31:53 +0000 (23:31 +0300)
scss/_variables.scss

index 993546fe7c58736ebbe3406f3066ae25dc4ad823..332e6d877c50ccda497a56fe3c497d2bdeb106f5 100644 (file)
@@ -343,7 +343,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:              background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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, color .15s ease-in-out !default;
 
 
 // Forms