Update _custom-forms.scss (#31693)
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>
This commit is contained in:
parent
dc2f1e68cd
commit
7539cfb29c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue