0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

Outline button variant hover mixin (#27289)

The outline button variant mixin should use the hover mixin, as does the non-outline version.
This commit is contained in:
Doug Puchalski 2018-10-21 01:09:08 -06:00 committed by XhmikosR
parent 50d866da24
commit 59f1802e98

View File

@ -62,7 +62,7 @@
color: $color;
border-color: $color;
&:hover {
@include hover {
color: $color-hover;
background-color: $active-background;
border-color: $active-border;