0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

fix mixin include

This commit is contained in:
Mark Otto 2017-12-26 16:49:35 -08:00
parent 97cfe5a582
commit 9023909484

View File

@ -40,10 +40,10 @@
&:not([disabled]):not(.disabled):active,
&:not([disabled]):not(.disabled).active {
background-image: none;
box-shadow: $btn-active-box-shadow;
@include box-shadow($btn-active-box-shadow);
&:focus {
@box-shadow: $btn-focus-box-shadow, $btn-active-box-shadow;
@include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow);
}
}
}