From: Josh Salverda Date: Fri, 21 Jun 2019 19:15:52 +0000 (-0400) Subject: Fix indeterminate progress styling in IE11 X-Git-Tag: 0.9.1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3710f648af331ab2fee488e0960ae2b6a7f6f26a;p=thirdparty%2Fbulma.git Fix indeterminate progress styling in IE11 IE11 (and possibly Edge?) adds an extra pseudo element with their own animation styling, this change removes that animation. --- diff --git a/sass/elements/progress.sass b/sass/elements/progress.sass index bb43bb601..d65bd904c 100644 --- a/sass/elements/progress.sass +++ b/sass/elements/progress.sass @@ -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