mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add correct button-variant mixin hover color (#23657)
This commit is contained in:
parent
f8048c817f
commit
6c402a6c7c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
@include box-shadow($btn-box-shadow);
|
||||
|
||||
@include hover {
|
||||
@include color-yiq($background);
|
||||
@include color-yiq($active-background);
|
||||
background-color: $active-background;
|
||||
border-color: $active-border;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue