From edce090d3134892ff562a5ddb8edb893292c0809 Mon Sep 17 00:00:00 2001 From: fmlgv <friedrich.mueller@gv.hamburg.de> Date: Fri, 25 Nov 2022 16:08:06 +0100 Subject: [PATCH] BG-3521: change mouseover hover text color --- CHANGELOG.md | 1 + src/modules/mouseHover/components/MouseHover.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40054c2f92..aef5185196 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ - Issue #845: The buffer analysis tool now shows results correctly again - Issue #846: The featureLister now shows features of initial visible WFS again - Issue #851: Filter - When the multiLayerSelector attribute is set to false, it no longer prevents the accordions from opening. +- Issue #854: MouseoverHover: Change mouseover text information color from light to dark grey. - Issue #853: The quickHelp tool is now configurable for the layer tree - Fix the position of the unfreeze button which should be over the menu on the touch table view - After a layer is selected from the search results it is now getting added to the layer tree again diff --git a/src/modules/mouseHover/components/MouseHover.vue b/src/modules/mouseHover/components/MouseHover.vue index 86086914bd..41f917480a 100644 --- a/src/modules/mouseHover/components/MouseHover.vue +++ b/src/modules/mouseHover/components/MouseHover.vue @@ -75,7 +75,7 @@ export default { max-width: inherit; padding: 8px; background-color: $white; - color: $light_grey; + color: $dark-grey; white-space: nowrap; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -- GitLab