Unverified Commit 7539cfb2 authored by Mark Otto's avatar Mark Otto Committed by GitHub
Browse files

Update _custom-forms.scss (#31693)


Typo in box-shadow attribute, global variable used instead of local.

Co-authored-by: default avatarArthur Shlain <artur.slain@gmail.com>
Co-authored-by: default avatarXhmikosR <xhmikosr@gmail.com>
parent dc2f1e68
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment