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
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
+ div .roadmap-table-cell 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" ],
17
+ div .roadmap-table-cell 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
18
/* discussion icon */
17
19
: not (.State .State--merged ) > svg .octicon-discussion-closed
18
20
{
@@ -29,7 +31,7 @@ div[data-hovercard-subject-tag^="issue:"] path[d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1
29
31
/* pull timeline closed label */
30
32
.pull-discussion-timeline .TimelineItem > .TimelineItem-body div span .State--merged ,
31
33
/* discussion badge */
32
- # discussion_bucket span .State--merged
34
+ # partial-discussion-header . js-discussions-title-container span .State--merged
33
35
{
34
36
background-color : var (--rissue-issue-closed ) !important ;
35
37
}
@@ -58,7 +60,7 @@ div[data-hovercard-subject-tag^="issue:"] path[d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1
58
60
/* pull timeline closed label */
59
61
.pull-discussion-timeline .TimelineItem > .TimelineItem-body div span .State--merged ,
60
62
/* discussion badge */
61
- # discussion_bucket span .State .State--merged {
63
+ # partial-discussion-header . js-discussions-title-container span .State .State--merged {
62
64
background : none !important ;
63
65
color : var (--rissue-issue-closed-fg ) !important ;
64
66
border-color : var (--rissue-issue-closed ) !important ;
0 commit comments