aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_buttons.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss
index fa0e9c99c..a9216ced7 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;
+ }
}
}