]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update _custom-forms.scss (#31693)
authorMark Otto <markd.otto@gmail.com>
Fri, 18 Sep 2020 08:21:30 +0000 (01:21 -0700)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 08:21:30 +0000 (11:21 +0300)
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>
scss/_custom-forms.scss

index 9aeeeda7f3ec9e006f0c54aad40d6fa5c9d56486..fa6603d9785c1c8d8e1b771c153dcbc095fe438b 100644 (file)
@@ -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;
     }