wrong var for webkit progress bar background

changed $progress-back-color to $progress-back-color-var
This commit is contained in:
Kidounet 2018-06-02 17:34:13 +02:00 committed by GitHub
parent dca7e91197
commit 00c2074ca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ progress {
}
// Background color on webkit browser
&::-webkit-progress-bar {
background: var(#{$progress-back-color});
background: var(#{$progress-back-color-var});
}
// Foreground color on Firefox
&::-moz-progress-bar {