From ee1246b176616378cdad13f29e4c1ee173acb0b7 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 16 Apr 2019 09:46:52 -0400 Subject: [PATCH] Ensure edit tooltip is always initially hidden in contact summary block --- css/contactSummary.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/contactSummary.css b/css/contactSummary.css index 4cb7aaa69b36..813f0c491619 100644 --- a/css/contactSummary.css +++ b/css/contactSummary.css @@ -49,7 +49,7 @@ div#crm-contact-thumbnail { min-height: 2.5em; } -#crm-container div.crm-inline-edit .crm-edit-help { +#crm-container div.crm-summary-block .crm-edit-help { display: none; position: absolute; right: 0;