wrong var for webkit progress bar background
changed $progress-back-color to $progress-back-color-var
This commit is contained in:
parent
dca7e91197
commit
00c2074ca4
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ progress {
|
||||||
}
|
}
|
||||||
// Background color on webkit browser
|
// Background color on webkit browser
|
||||||
&::-webkit-progress-bar {
|
&::-webkit-progress-bar {
|
||||||
background: var(#{$progress-back-color});
|
background: var(#{$progress-back-color-var});
|
||||||
}
|
}
|
||||||
// Foreground color on Firefox
|
// Foreground color on Firefox
|
||||||
&::-moz-progress-bar {
|
&::-moz-progress-bar {
|
||||||
|
|
Loading…
Reference in a new issue