We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e1b11 commit 60c675dCopy full SHA for 60c675d
scss/_buttons.scss
@@ -33,7 +33,6 @@
33
@include gradient-bg(var(--#{$variable-prefix}btn-hover-bg));
34
border-color: var(--#{$variable-prefix}btn-hover-border-color, transparent);
35
outline: 0;
36
- // box-shadow: $btn-focus-box-shadow; // TODO: check this solution
37
@if $enable-shadows {
38
@include box-shadow($btn-box-shadow, 0 0 0 $btn-focus-width var(--#{$variable-prefix}btn-shadow));
39
} @else {
@@ -55,7 +54,6 @@
55
54
@include box-shadow($btn-active-box-shadow);
56
57
&:focus {
58
- // @include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow); // TODO: check this solution
59
60
@include box-shadow($btn-active-box-shadow, 0 0 0 $btn-focus-width var(--#{$variable-prefix}btn-shadow));
61
0 commit comments