From 355df3420a7f9403f348796febcff339ec9cf583 Mon Sep 17 00:00:00 2001 From: Tom <40353204+tom-plx@users.noreply.github.com> Date: Fri, 20 Jul 2018 11:58:12 +0100 Subject: [PATCH] added note about map markers Map markers are un-clickable with this as display:none, just a note so that it's a bit clearer --- CleanBuild/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CleanBuild/style.scss b/CleanBuild/style.scss index 3f14101..d68e199 100644 --- a/CleanBuild/style.scss +++ b/CleanBuild/style.scss @@ -395,6 +395,7 @@ a[href^="https://maps.google.com/maps"], a[href^="https://www.google.com/maps"] { display: none !important; } +//remove or comment this out if you use map markers. .gmnoprint:not(.gm-bundled-control) { display: none; } @@ -478,4 +479,4 @@ a[href^="https://www.google.com/maps"] { line-height: 1; margin-right: 15px; } -} \ No newline at end of file +}