Skip to content

conflict-marker - Remove feature for repo issue list#8668

Merged
kovsu merged 3 commits intorefined-github:mainfrom
kovsu:fix-confilct-marker
Sep 9, 2025
Merged

conflict-marker - Remove feature for repo issue list#8668
kovsu merged 3 commits intorefined-github:mainfrom
kovsu:fix-confilct-marker

Conversation

@kovsu
Copy link
Member

@kovsu kovsu commented Sep 8, 2025

@github-actions github-actions bot changed the title conflict-marker - Remove feature for repo issue list conflict-marker - Remove feature for repo issue list Sep 8, 2025
Comment on lines 81 to 84
li[role="listitem"]:has(
.octicon-git-pull-request.color-fg-open,
.octicon-git-pull-request-draft
) a[data-hovercard-url*="/pull"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you just need to make the selector more specific without has

Suggested change
li[role="listitem"]:has(
.octicon-git-pull-request.color-fg-open,
.octicon-git-pull-request-draft
) a[data-hovercard-url*="/pull"]
li[role="listitem"] h3 a[data-hovercard-url*="/pull"]

Or even but just using the new [data-testid="issue-pr-title-link"] on its own

@kovsu kovsu added the bug label Sep 9, 2025
@kovsu kovsu merged commit cd33043 into refined-github:main Sep 9, 2025
11 checks passed
@kovsu kovsu deleted the fix-confilct-marker branch September 9, 2025 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants