From cecca031c531d49b041292aaee7e3b79fb687e6c Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Wed, 1 Feb 2023 13:25:42 +0800 Subject: Restore `linkify-user-labels` (#6264) --- source/features/linkify-user-labels.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/features/linkify-user-labels.tsx') diff --git a/source/features/linkify-user-labels.tsx b/source/features/linkify-user-labels.tsx index afdee44b..3a22d879 100644 --- a/source/features/linkify-user-labels.tsx +++ b/source/features/linkify-user-labels.tsx @@ -8,8 +8,8 @@ import getCommentAuthor from '../github-helpers/get-comment-author'; import observe from '../helpers/selector-observer'; const selectors = [ - '.Label[aria-label*="a member of the"]', - '.Label[aria-label^="This user has previously committed"]', + '.tooltipped[aria-label*="a member of the"]', + '.tooltipped[aria-label^="This user has previously committed"]', ]; function init(signal: AbortSignal): void { -- cgit v1.2.3