mirror of https://github.com/twbs/bootstrap.git
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:
parent
50d866da24
commit
59f1802e98
|
@ -62,7 +62,7 @@
|
|||
color: $color;
|
||||
border-color: $color;
|
||||
|
||||
&:hover {
|
||||
@include hover {
|
||||
color: $color-hover;
|
||||
background-color: $active-background;
|
||||
border-color: $active-border;
|
||||
|
|
Loading…
Reference in New Issue