mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
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
@ -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…
Reference in New Issue
Block a user