From 1fc597d73bc75b3658ac593ad09d6cf515e475ef Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Mon, 12 Sep 2022 07:26:23 +0200 Subject: Meta: Drop deprecated color classes (#5965) --- source/features/update-pr-from-base-branch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features/update-pr-from-base-branch.tsx') diff --git a/source/features/update-pr-from-base-branch.tsx b/source/features/update-pr-from-base-branch.tsx index 2ac2cfde..387641e7 100644 --- a/source/features/update-pr-from-base-branch.tsx +++ b/source/features/update-pr-from-base-branch.tsx @@ -10,7 +10,7 @@ import * as api from '../github-helpers/api'; import getPrInfo from '../github-helpers/get-pr-info'; import {getConversationNumber} from '../github-helpers'; -const selectorForPushablePRNotice = '.merge-pr > :is(.color-text-secondary, .color-fg-muted):first-child'; +const selectorForPushablePRNotice = '.merge-pr > .color-fg-muted:first-child'; let observer: Observer; function getBranches(): {base: string; head: string} { -- cgit v1.2.3