Skip to content

Commit 60c675d

Browse files
committed
chore: clean-up
1 parent 08e1b11 commit 60c675d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scss/_buttons.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
@include gradient-bg(var(--#{$variable-prefix}btn-hover-bg));
3434
border-color: var(--#{$variable-prefix}btn-hover-border-color, transparent);
3535
outline: 0;
36-
// box-shadow: $btn-focus-box-shadow; // TODO: check this solution
3736
@if $enable-shadows {
3837
@include box-shadow($btn-box-shadow, 0 0 0 $btn-focus-width var(--#{$variable-prefix}btn-shadow));
3938
} @else {
@@ -55,7 +54,6 @@
5554
@include box-shadow($btn-active-box-shadow);
5655

5756
&:focus {
58-
// @include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow); // TODO: check this solution
5957
@if $enable-shadows {
6058
@include box-shadow($btn-active-box-shadow, 0 0 0 $btn-focus-width var(--#{$variable-prefix}btn-shadow));
6159
} @else {

0 commit comments

Comments
 (0)