Merge branch 'check' of https://github.com/vershwal/iD into vershwal-check

This commit is contained in:
Bryan Housel
2018-07-09 09:32:15 -04:00
12 changed files with 454 additions and 9 deletions
+29
View File
@@ -318,3 +318,32 @@ text.gpxlabel-halo {
stroke-miterlimit: 1;
}
/* MVT Paths */
.layer-mvt {
pointer-events: none;
}
path.mvt {
stroke: #ff26d4;
stroke-width: 2;
fill: none;
}
text.mvtlabel-halo,
text.mvtlabel {
font-size: 10px;
font-weight: bold;
dominant-baseline: middle;
}
text.mvtlabel {
fill: #ff26d4;
}
text.mvtlabel-halo {
opacity: 0.7;
stroke: #000;
stroke-width: 5px;
stroke-miterlimit: 1;
}
+4
View File
@@ -2521,6 +2521,10 @@ div.full-screen > button:hover {
transform: rotateY(180deg);
}
[dir='rtl'] .list-item-mvt-browse svg {
transform: rotateY(180deg);
}
/* make sure tooltip fits in map-control panel */
/* if too wide, placement will be wrong the first time it displays */
.layer-list li.best .tooltip-inner {