]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Remove black line from progress bar in IE (#1342)
authorRafee Memon <rafeememon@users.noreply.github.com>
Sun, 22 Oct 2017 15:51:18 +0000 (08:51 -0700)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 22 Oct 2017 15:51:18 +0000 (16:51 +0100)
sass/elements/progress.sass

index e55c0730111abb5b507156694ffe1dd6e5cf8d61..63884de8a5dcb28bd28a7b172268454ca4947a39 100644 (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)