Loading themes/bs_bootstrap/sass/mixin/_util.scss +3 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,6 @@ @include box-shadow($btn-box-shadow); } // Hover and focus styles are shared. @include hover() { color: $hover-color; background-color: $hover-bg-color; Loading @@ -103,6 +102,9 @@ } &:focus, &.focus { color: $hover-color; background-color: $hover-bg-color; border-color: $hover-border-color; // Avoid using mixin so we can pass custom focus shadow properly. @if $enable-shadows and $btn-active-box-shadow { @include box-shadow($btn-active-box-shadow); Loading Loading
themes/bs_bootstrap/sass/mixin/_util.scss +3 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,6 @@ @include box-shadow($btn-box-shadow); } // Hover and focus styles are shared. @include hover() { color: $hover-color; background-color: $hover-bg-color; Loading @@ -103,6 +102,9 @@ } &:focus, &.focus { color: $hover-color; background-color: $hover-bg-color; border-color: $hover-border-color; // Avoid using mixin so we can pass custom focus shadow properly. @if $enable-shadows and $btn-active-box-shadow { @include box-shadow($btn-active-box-shadow); Loading