]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix indeterminate progress styling in IE11
authorJosh Salverda <josh.salverda@gmail.com>
Fri, 21 Jun 2019 19:15:52 +0000 (15:15 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 18 Aug 2020 16:10:45 +0000 (18:10 +0200)
IE11 (and possibly Edge?) adds an extra pseudo element with their own animation styling, this change removes that animation.

sass/elements/progress.sass

index bb43bb60178f518719b7ba89d0db7503273cb8a1..d65bd904c522dd5e7c361b781a6f6fabc746dbc8 100644 (file)
@@ -51,6 +51,8 @@ $progress-indeterminate-duration: 1.5s !default
       background-color: transparent
     &::-moz-progress-bar
       background-color: transparent
+    &::-ms-fill
+      animation-name: none
 
   // Sizes
   &.is-small