12
12
: not (.State .State--merged ): not (.TimelineItem-badge ) > svg .octicon-issue-closed ,
13
13
/* projects beta icon */
14
14
div [data-hovercard-subject-tag ^= "issue:" ] path [d = "M11.28 6.78a.75.75 0 0 0-1.06-1.06L7.25 8.69 5.78 7.22a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l3.5-3.5Z" ],
15
- div [data-hovercard-subject-tag ^= "issue:" ] path [d = "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-1.5 0a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0Z" ]
15
+ div [data-hovercard-subject-tag ^= "issue:" ] path [d = "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-1.5 0a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0Z" ],
16
+ /* discussion icon */
17
+ : not (.State .State--merged ) > svg .octicon-discussion-closed
16
18
{
17
19
color : var (--rissue-issue-closed-fg ) !important ;
18
20
}
@@ -23,9 +25,11 @@ div[data-hovercard-subject-tag^="issue:"] path[d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1
23
25
/* issue timeline icon */
24
26
# show_issue .TimelineItem > .TimelineItem-badge .color-bg-done-emphasis ,
25
27
/* timeline mention closed issue label */
26
- .TimelineItem > .TimelineItem-body div [id ^= "ref-issue-" ] ~ div > span .State . State --merged,
28
+ .TimelineItem > .TimelineItem-body div [id ^= "ref-issue-" ] ~ div > span .State--merged ,
27
29
/* pull timeline closed label */
28
- .pull-discussion-timeline .TimelineItem > .TimelineItem-body div span .State .State--merged
30
+ .pull-discussion-timeline .TimelineItem > .TimelineItem-body div span .State--merged ,
31
+ /* discussion badge */
32
+ # discussion_bucket span .State--merged
29
33
{
30
34
background-color : var (--rissue-issue-closed ) !important ;
31
35
}
@@ -50,9 +54,11 @@ div[data-hovercard-subject-tag^="issue:"] path[d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1
50
54
# show_issue .gh-header-meta .State .State--merged ,
51
55
# show_issue .gh-header-sticky .State .State--merged ,
52
56
/* timeline mention closed issue label */
53
- .TimelineItem > .TimelineItem-body div [id ^= "ref-issue-" ] ~ div > span .State . State --merged,
57
+ .TimelineItem > .TimelineItem-body div [id ^= "ref-issue-" ] ~ div > span .State--merged ,
54
58
/* pull timeline closed label */
55
- .pull-discussion-timeline .TimelineItem > .TimelineItem-body div span .State .State--merged {
59
+ .pull-discussion-timeline .TimelineItem > .TimelineItem-body div span .State--merged ,
60
+ /* discussion badge */
61
+ # discussion_bucket span .State .State--merged {
56
62
background : none !important ;
57
63
color : var (--rissue-issue-closed-fg ) !important ;
58
64
border-color : var (--rissue-issue-closed ) !important ;
0 commit comments