From d76c33187bc5987ba253b24f053b1773c2ab0da3 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 4 Feb 2019 11:02:31 -0500 Subject: [PATCH] Fix pane list tooltip placement Improve edited features tooltip --- css/80_app.css | 2 ++ data/core.yaml | 2 +- dist/locales/en.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 42ecab167..f0690b5ce 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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 */ diff --git a/data/core.yaml b/data/core.yaml index 993f559ec..8dfe83f1b 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -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 diff --git a/dist/locales/en.json b/dist/locales/en.json index e21d4a0ef..d2017e022 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -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",