From 7e6906312c80997717fbf8717b0628551350db3a Mon Sep 17 00:00:00 2001 From: Matias Chomicki Date: Tue, 29 Jul 2025 15:06:30 +0200 Subject: [PATCH] LogLine: extend clickable area --- public/app/features/logs/components/panel/LogLine.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/app/features/logs/components/panel/LogLine.tsx b/public/app/features/logs/components/panel/LogLine.tsx index 4f099dac59a..39de89c3e2f 100644 --- a/public/app/features/logs/components/panel/LogLine.tsx +++ b/public/app/features/logs/components/panel/LogLine.tsx @@ -149,11 +149,14 @@ const LogLineComponent = memo( return ( <> + {/* A button element could be used but in Safari it prevents text selection. Fallback available for a11y in LogLineMenu */} + {/* eslint-disable-next-line jsx-a11y/no-static-element-interactions, jsx-a11y/click-events-have-key-events */}
{dedupStrategy !== LogsDedupStrategy.none && ( @@ -195,16 +198,13 @@ const LogLineComponent = memo( )}
)} - {/* A button element could be used but in Safari it prevents text selection. Fallback available for a11y in LogLineMenu */} - {/* eslint-disable-next-line jsx-a11y/no-static-element-interactions, jsx-a11y/click-events-have-key-events */}