mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Remove unused CSS animation
This commit is contained in:
16
css/map.css
16
css/map.css
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user