Skip to content

Commit d38f08f

Browse files
andresgalanteXhmikosR
authored andcommitted
adds animation to color on outlined btns
1 parent bf2fee9 commit d38f08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ $btn-border-radius: $border-radius !default;
343343
$btn-border-radius-lg: $border-radius-lg !default;
344344
$btn-border-radius-sm: $border-radius-sm !default;
345345

346-
$btn-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
346+
$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;
347347

348348

349349
// Forms

0 commit comments

Comments
 (0)