Merge pull request #132 from Kidounet/master

wrong var for webkit progress bar background
This commit is contained in:
Angelos Chalaris 2018-06-15 14:22:39 +03:00 committed by GitHub
commit 46d5394702
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 // 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 {