Remove black line from progress bar in IE (#1342)

This commit is contained in:
Rafee Memon 2017-10-22 08:51:18 -07:00 committed by Jeremy Thomas
parent 6f490f3451
commit 19773cdae7

View File

@ -20,6 +20,7 @@ $progress-value-background-color: $text !default
background-color: $progress-value-background-color
&::-ms-fill
background-color: $progress-value-background-color
border: none
// Colors
@each $name, $pair in $colors
$color: nth($pair, 1)