File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,13 @@ div[data-hovercard-subject-tag^="issue:"] path[d="M16 8A8 8 0 110 8a8 8 0 0116 0
24
24
# show_issue .TimelineItem > .TimelineItem-badge .color-bg-done-emphasis ,
25
25
/* timeline mention closed issue label */
26
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 ~ div [ id ^= "issue-" ] ~ div span .State .State--merged
27
+ /* pull timeline closed label */
28
+ .pull-discussion-timeline .TimelineItem > .TimelineItem-body div span .State .State--merged
29
29
{
30
30
background-color : var (--rissue-issue-closed ) !important ;
31
+ }
32
+
33
+ /* pull timeline closed mention label override */
34
+ .pull-discussion-timeline .TimelineItem > .TimelineItem-body div [id ^= "ref-pullrequest-" ] ~ div span .State .State--merged {
35
+ background-color : var (--rissue-pull-merged ) !important ;
31
36
}
You can’t perform that action at this time.
0 commit comments