From: Rafee Memon Date: Sun, 22 Oct 2017 15:51:18 +0000 (-0700) Subject: Remove black line from progress bar in IE (#1342) X-Git-Tag: 0.6.1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19773cdae7b4528f20c5243450b6df30fffa3290;p=thirdparty%2Fbulma.git Remove black line from progress bar in IE (#1342) --- diff --git a/sass/elements/progress.sass b/sass/elements/progress.sass index e55c07301..63884de8a 100644 --- a/sass/elements/progress.sass +++ b/sass/elements/progress.sass @@ -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)