Commit 671bb278 authored by Mark Otto's avatar Mark Otto Committed by XhmikosR
Browse files

Restore currently unused variables (#24891)

parent 80d4a51e
Showing with 2 additions and 1 deletion
+2 -1
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
} }
.custom-control-input:indeterminate ~ .custom-control-indicator { .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); @include box-shadow($custom-checkbox-indicator-indeterminate-box-shadow);
&::before { &::before {
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
font-size: $progress-font-size; font-size: $progress-font-size;
background-color: $progress-bg; background-color: $progress-bg;
@include border-radius($progress-border-radius); @include border-radius($progress-border-radius);
@include box-shadow($progress-box-shadow);
} }
.progress-bar { .progress-bar {
......
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