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.
This commit is contained in:
Josh Salverda 2019-06-21 15:15:52 -04:00 committed by Jeremy Thomas
parent 86e0aaa09f
commit 3710f648af

View 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