From 3710f648af331ab2fee488e0960ae2b6a7f6f26a Mon Sep 17 00:00:00 2001 From: Josh Salverda Date: Fri, 21 Jun 2019 15:15:52 -0400 Subject: [PATCH] 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. --- sass/elements/progress.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/elements/progress.sass b/sass/elements/progress.sass index bb43bb60..d65bd904 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