]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Restore currently unused variables (#24891)
authorMark Otto <markd.otto@gmail.com>
Mon, 27 Nov 2017 17:31:11 +0000 (09:31 -0800)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 27 Nov 2017 17:31:11 +0000 (19:31 +0200)
scss/_custom-forms.scss
scss/_progress.scss

index e21a81ff871155a0444a3f19c1a2320d6377cefb..c752a9f1121b24ce1cff39ab0cbe40e444441521 100644 (file)
@@ -93,7 +93,7 @@
   }
 
   .custom-control-input:indeterminate ~ .custom-control-indicator {
-    @include gradient-bg($custom-control-indicator-checked-bg);
+    @include gradient-bg($custom-checkbox-indicator-indeterminate-bg);
     @include box-shadow($custom-checkbox-indicator-indeterminate-box-shadow);
 
     &::before {
index cd130c66efdbbc525feaa4e661c846a96e15c001..a58111689cd2a5b1b524601694fabb951f340156 100644 (file)
@@ -10,6 +10,7 @@
   font-size: $progress-font-size;
   background-color: $progress-bg;
   @include border-radius($progress-border-radius);
+  @include box-shadow($progress-box-shadow);
 }
 
 .progress-bar {