mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
adds animation to color on outlined btns
This commit is contained in:
parent
bf2fee9035
commit
d38f08fcdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue