twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
https://getbootstrap.com
MIT License
170.85k stars 78.88k forks source link

button hover text color-yiq, wrong parameter #24200

Closed peterlu-hinter closed 7 years ago

peterlu-hinter commented 7 years ago

mixins/_buttons.scss

&:hover { @include color-yiq($background); }

$background should be $active-background

mdo commented 7 years ago

Duplicate of #23514.