mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07: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:
committed by
Jeremy Thomas
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
|
||||
|
||||
Reference in New Issue
Block a user