Fix progress bar colors in IE (#1334)

This commit is contained in:
Rafee Memon 2017-10-18 23:43:57 -07:00 committed by Jeremy Thomas
parent 24ec3896d3
commit 8724ea375d

View File

@ -18,6 +18,8 @@ $progress-value-background-color: $text !default
background-color: $progress-value-background-color
&::-moz-progress-bar
background-color: $progress-value-background-color
&::-ms-fill
background-color: $progress-value-background-color
// Colors
@each $name, $pair in $colors
$color: nth($pair, 1)
@ -26,6 +28,8 @@ $progress-value-background-color: $text !default
background-color: $color
&::-moz-progress-bar
background-color: $color
&::-ms-fill
background-color: $color
// Sizes
&.is-small
height: $size-small