From b525f362761d3b4c68238eeb11a79e1caea97536 Mon Sep 17 00:00:00 2001 From: Sami Date: Wed, 16 Mar 2022 11:47:12 -0300 Subject: [PATCH] Fix: Disable the tooltip when the focus is on a social icon (#70) --- src/pages/event.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/event.js b/src/pages/event.js index 174fb83..512fc2a 100644 --- a/src/pages/event.js +++ b/src/pages/event.js @@ -257,6 +257,7 @@ const ExternalIconCell = ({url, icon, tooltipText = null}) => { rel="noopener noreferrer" aria-label={tooltipText} data-cooltipz-dir="top" + data-cooltipz-disable-focus style={{ position: "relative", width: 27 }} > {icon} @@ -274,6 +275,7 @@ const ExternalLinkCell = ({ url, tooltipText = null, content }) => { rel="noopener noreferrer" aria-label={tooltipText} data-cooltipz-dir="top" + data-cooltipz-disable-focus style={{ position: "relative", width: 27 }} > {shrinkAddress(content, width > 768 ? 20 : 10)}