]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix progress bar colors in IE (#1334)
authorRafee Memon <rafeememon@users.noreply.github.com>
Thu, 19 Oct 2017 06:43:57 +0000 (23:43 -0700)
committerJeremy Thomas <bbxdesign@gmail.com>
Thu, 19 Oct 2017 06:43:57 +0000 (07:43 +0100)
sass/elements/progress.sass

index 3401ec0568263b297ed215b7bd92b237fe270cab..e55c0730111abb5b507156694ffe1dd6e5cf8d61 100644 (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