From 47de7b304fc82e380b2f2063ff7099d1bf141b99 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 16 Jul 2018 16:02:45 -0400 Subject: [PATCH] Make sure note report link doesn't show on hover --- css/80_app.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index d14ba6147..0dc9f8754 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -1349,8 +1349,7 @@ a.hide-toggle { .inspector-hover .more-fields, .inspector-hover .form-label-button-wrap, .inspector-hover .tag-reference-button, -.inspector-hover .view-on-osm, -.inspector-hover .note-report { +.inspector-hover .footer * { opacity: 0; }