1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02:00

Restore currently unused variables (#24891)

This commit is contained in:
Mark Otto
2017-11-27 09:31:11 -08:00
committed by XhmikosR
parent 80d4a51e79
commit 671bb278bb
2 changed files with 2 additions and 1 deletions

View 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 {

View 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 {