Disable note and streetview interactivity except in browse/select modes

(closes #5202)
This commit is contained in:
Bryan Housel
2018-08-06 14:27:32 -04:00
parent 499b2e58af
commit 0be1705a0d
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -88,6 +88,10 @@
/* markers and sequences */
.viewfield-group {
pointer-events: none;
}
.mode-browse .viewfield-group,
.mode-select .viewfield-group {
pointer-events: visible;
cursor: pointer;
}
+2 -1
View File
@@ -6,7 +6,8 @@
.layer-notes .note * {
pointer-events: none;
}
.layer-notes .note .note-fill {
.mode-browse .layer-notes .note .note-fill,
.mode-select .layer-notes .note .note-fill {
pointer-events: visible;
cursor: pointer; /* Opera */
cursor: url(img/cursor-select-point.png), pointer; /* FF */