mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-28 10:24:19 +01:00
Add correct button-variant mixin hover color (#23657)
This commit is contained in:
parent
f8048c817f
commit
6c402a6c7c
@ -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…
Reference in New Issue
Block a user