From: Doug Puchalski Date: Sun, 21 Oct 2018 07:09:08 +0000 (-0600) Subject: Outline button variant hover mixin (#27289) X-Git-Tag: v4.2.0~214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59f1802e985399b95b7f3ff1136ac3eaa83b8897;p=thirdparty%2Fbootstrap.git Outline button variant hover mixin (#27289) The outline button variant mixin should use the hover mixin, as does the non-outline version. --- diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss index 6e9e922908..e356c7928f 100644 --- a/scss/mixins/_buttons.scss +++ b/scss/mixins/_buttons.scss @@ -62,7 +62,7 @@ color: $color; border-color: $color; - &:hover { + @include hover { color: $color-hover; background-color: $active-background; border-color: $active-border;