Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-10-04 10:39:34 +0300
committerGitHub <noreply@github.com>2016-10-04 10:39:34 +0300
commit3983ec721f77ed0595d3cc0b3c201c6e873472d9 (patch)
tree71e7ce411bec8c5fc6d09f91d38a0c94a136c115
parente644d427899064bcec29aadb2bd0970874d3a87e (diff)
Fix order of CSS selectors to hide message on UI test
-rw-r--r--plugins/Morpheus/stylesheets/ui/_map.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/ui/_map.less b/plugins/Morpheus/stylesheets/ui/_map.less
index 702dfa0787..19763eaf25 100644
--- a/plugins/Morpheus/stylesheets/ui/_map.less
+++ b/plugins/Morpheus/stylesheets/ui/_map.less
@@ -58,7 +58,7 @@
.uiTest .realTimeMap_datetime,
/* remove the message only in the dashboard as the real time map in its own report shows the same message */
-.fullWidgetColumn .uiTest .showing_visits_of {
+ .uiTest .fullWidgetColumn .showing_visits_of {
visibility: hidden;
}