mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-14 09:30:59 +00: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:
parent
50d866da24
commit
59f1802e98
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue