From d7ca1d8bd2454d591d17f80c58ab80597ae1f4a1 Mon Sep 17 00:00:00 2001 From: chamiakJ Date: Wed, 21 May 2025 18:39:28 +0530 Subject: [PATCH] style: remove HubSpot chat widget styles from global CSS - Deleted specific styles that prevented global styles from affecting the HubSpot chat widget, streamlining the CSS file. --- worklenz-frontend/src/index.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/worklenz-frontend/src/index.css b/worklenz-frontend/src/index.css index 55f4c2f3..3c1af53d 100644 --- a/worklenz-frontend/src/index.css +++ b/worklenz-frontend/src/index.css @@ -146,10 +146,3 @@ tr:hover .action-buttons { opacity: 1; } -/* Prevent global styles from affecting HubSpot chat widget */ -#hubspot-messages-iframe-container, -#hubspot-messages-iframe-container * { - background: none !important; - border-radius: 50% !important; - box-shadow: none !important; -}