Skip to content

Commit 7539cfb

Browse files
mdoarthurshlainXhmikosR
authored
Update _custom-forms.scss (#31693)
Typo in box-shadow attribute, global variable used instead of local. Co-authored-by: Arthur Shlain <[email protected]> Co-authored-by: XhmikosR <[email protected]>
1 parent dc2f1e6 commit 7539cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_custom-forms.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
&:focus ~ .custom-control-label::before {
3939
// the mixin is not used here to make sure there is feedback
4040
@if $enable-shadows {
41-
box-shadow: $input-box-shadow, $input-focus-box-shadow;
41+
box-shadow: $input-box-shadow, $custom-control-indicator-focus-box-shadow;
4242
} @else {
4343
box-shadow: $custom-control-indicator-focus-box-shadow;
4444
}

0 commit comments

Comments
 (0)