mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -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
|
background-color: transparent
|
||||||
&::-moz-progress-bar
|
&::-moz-progress-bar
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
|
&::-ms-fill
|
||||||
|
animation-name: none
|
||||||
|
|
||||||
// Sizes
|
// Sizes
|
||||||
&.is-small
|
&.is-small
|
||||||
|
|||||||
Reference in New Issue
Block a user