Set default stroke to make it work in IE11
This commit is contained in:
parent
98f9a197e2
commit
5ee0e4fed2
@ -126,7 +126,7 @@ This is the generic loader for widgets, maps, components, ...
|
||||
.CDB-LoaderIcon-path {
|
||||
stroke: rgba(255, 255, 255, 0.88);
|
||||
stroke-linecap: round;
|
||||
stroke-dasharray: 1, 150;
|
||||
stroke-dasharray: 90, 150;
|
||||
stroke-dashoffset: 0;
|
||||
animation: dash 1.5s ease-in-out infinite;
|
||||
stroke-width: 4px;
|
||||
|
Loading…
Reference in New Issue
Block a user