Fix pane list tooltip placement

Improve edited features tooltip
This commit is contained in:
Quincy Morgan
2019-02-04 11:02:31 -05:00
parent 2677a88df4
commit d76c33187b
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -2821,6 +2821,7 @@ div.full-screen > button:hover {
height: 30px;
background-color: #fff;
color: #7092ff;
position: relative;
}
.layer-list:empty {
@@ -2978,6 +2979,7 @@ div.full-screen > button:hover {
.issues-list li {
height: auto;
color: inherit;
position: static;
}
/* Entity Issues List */
+1 -1
View File
@@ -1177,7 +1177,7 @@ en:
features_to_validate:
edited:
description: Edited features only
tooltip: Flag issues with created and modified features
tooltip: Flag issues with features you create and modify
all:
description: All features
tooltip: Flag issues with all nearby features
+1 -1
View File
@@ -1427,7 +1427,7 @@
"features_to_validate": {
"edited": {
"description": "Edited features only",
"tooltip": "Flag issues with created and modified features"
"tooltip": "Flag issues with features you create and modify"
},
"all": {
"description": "All features",