diff --git a/scss/_buttons.scss b/scss/_buttons.scss index fa0e9c99c8..a9216ced7a 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -40,7 +40,11 @@ &:not([disabled]):not(.disabled):active, &:not([disabled]):not(.disabled).active { background-image: none; - @include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow); + box-shadow: $btn-active-box-shadow; + + &:focus { + @box-shadow: $btn-focus-box-shadow, $btn-active-box-shadow; + } } }