diff --git a/CHANGELOG.md b/CHANGELOG.md index 40054c2f928c10875d139a52f501298bfb800727..aef51851963e01ba7a83ab80776fa0bf840c868c 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 86086914bd810d220d187137066313b4e37a3df5..41f917480afc6daa1cb677a83bd5b5b1029005e5 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);