diff options
| author | Ben Hayward <[email protected]> | 2017-09-04 23:34:10 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-09-04 15:34:10 -0700 |
| commit | 6c402a6c7c7c6e01cab03fcaa750d8980432a774 (patch) | |
| tree | 0bac5c7bbdb4e553014321b6f94b00135777ca6e | |
| parent | f8048c817fbcc465afe6923c204f4f0e445fea1e (diff) | |
| download | bootstrap-6c402a6c7c7c6e01cab03fcaa750d8980432a774.tar.xz bootstrap-6c402a6c7c7c6e01cab03fcaa750d8980432a774.zip | |
Add correct button-variant mixin hover color (#23657)
| -rw-r--r-- | scss/mixins/_buttons.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss index 312a18f1d..44ce4f72e 100644 --- a/scss/mixins/_buttons.scss +++ b/scss/mixins/_buttons.scss @@ -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; } |
