mapshaper 0.6.66 → 0.6.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mapshaper.js +306 -209
- package/package.json +1 -1
- package/www/mapshaper-gui.js +336 -197
- package/www/mapshaper.js +306 -209
- package/www/page.css +4 -3
package/www/page.css
CHANGED
|
@@ -856,7 +856,8 @@ img.eye-btn {
|
|
|
856
856
|
opacity: 0;
|
|
857
857
|
}
|
|
858
858
|
|
|
859
|
-
.pinnable:not(.pinned):not(.active) img.black-eye
|
|
859
|
+
.pinnable:not(.pinned):not(.active) img.black-eye,
|
|
860
|
+
.pinnable.active.invisible img.black-eye {
|
|
860
861
|
opacity: 0.2;
|
|
861
862
|
}
|
|
862
863
|
|
|
@@ -869,9 +870,9 @@ img.eye-btn {
|
|
|
869
870
|
}*/
|
|
870
871
|
|
|
871
872
|
img.close-btn:hover,
|
|
872
|
-
.pinnable.active:not(.pinned) img.black-eye,
|
|
873
|
+
.pinnable.active:not(.pinned):not(.invisible) img.black-eye,
|
|
873
874
|
.pinnable.pinned:not(.active) img.green-eye,
|
|
874
|
-
.pinnable.pinned.
|
|
875
|
+
.pinnable.active.pinned:not(.invisible) img.black-eye {
|
|
875
876
|
opacity: 1
|
|
876
877
|
}
|
|
877
878
|
|