We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddee4c1 commit 2e88b07Copy full SHA for 2e88b07
src/style.css
@@ -25,7 +25,7 @@ div[data-hovercard-subject-tag^="issue:"] path[d="M16 8A8 8 0 110 8a8 8 0 0116 0
25
/* timeline mention closed issue label */
26
.TimelineItem > .TimelineItem-body div[id^="ref-issue-"] ~ div > span.State.State--merged,
27
/* pull timeline closed issue label */
28
-.pull-discussion-timeline .TimelineItem > .TimelineItem-body span.State.State--merged
+.pull-discussion-timeline .TimelineItem > .TimelineItem-body ~ div[id^="issue-"] ~ div span.State.State--merged
29
{
30
background-color: var(--rissue-issue-closed) !important;
31
}
0 commit comments