You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thinks that button-variant mixin should calculate color property for hover state from its $active-background variable not the $background var. The problem is when I want a black button to change its background-color to white it leaves the color property also white not black as I would expected.
Hi, guys
I thinks that
button-variant
mixin should calculatecolor
property for hover state from its$active-background
variable not the$background
var. The problem is when I want a black button to change itsbackground-color
to white it leaves thecolor
property also white not black as I would expected.See here:
bootstrap/scss/mixins/_buttons.scss
Line 13 in 27637cf
What do you think?
The text was updated successfully, but these errors were encountered: