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:
parent
86e0aaa09f
commit
3710f648af
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue