Skip to content

Commit

Permalink
Update _custom-forms.scss (#31693)
Browse files Browse the repository at this point in the history
Typo in box-shadow attribute, global variable used instead of local.

Co-authored-by: Arthur Shlain <artur.slain@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
3 people committed Sep 18, 2020
1 parent dc2f1e6 commit 7539cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_custom-forms.scss
Expand Up @@ -38,7 +38,7 @@
&:focus ~ .custom-control-label::before {
// the mixin is not used here to make sure there is feedback
@if $enable-shadows {
box-shadow: $input-box-shadow, $input-focus-box-shadow;
box-shadow: $input-box-shadow, $custom-control-indicator-focus-box-shadow;
} @else {
box-shadow: $custom-control-indicator-focus-box-shadow;
}
Expand Down

0 comments on commit 7539cfb

Please sign in to comment.