Remove unused CSS animation

This commit is contained in:
Kushan Joshi
2016-06-01 19:06:05 +05:30
parent e68dff0b8d
commit e5eee4ed6c

View File

@@ -1519,22 +1519,6 @@ text.gpx {
z-index: 60;
}
.layer-mapillary-images .viewfield-group.loading * {
stroke-width: 2;
stroke: #222;
fill: #ff9900;
z-index: 60;
animation-name: viewfield-group-loading;
animation-duration: 0.8s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes viewfield-group-loading {
from {fill: #ff9900;}
to {fill: #ff5800;}
}
.layer-mapillary-images .viewfield-group:hover path.viewfield,
.layer-mapillary-images .viewfield-group.selected path.viewfield,
.layer-mapillary-images .viewfield-group path.viewfield {