Merge pull request #132 from Kidounet/master
wrong var for webkit progress bar background
This commit is contained in:
commit
46d5394702
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue