mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Fix pane list tooltip placement
Improve edited features tooltip
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user