Skip to content

Commit a01a1b1

Browse files
authored
Fix roadmap (#95)
1 parent fd59dbf commit a01a1b1

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "GitHub Red Issues",
55
"author": "Katsute",
66
"description": "Revert closed GitHub issues from purple back to red.",
7-
"version": "5.0",
7+
"version": "5.1",
88
"homepage_url": "https://github.com/KatsuteDev/GitHub-Red-Issues",
99
"icons": {
1010
"16": "icon16.png",

src/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
/* projects beta icon */
1414
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"],
1515
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"],
1618
/* discussion icon */
1719
:not(.State.State--merged) > svg.octicon-discussion-closed
1820
{
@@ -29,7 +31,7 @@ div[data-hovercard-subject-tag^="issue:"] path[d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1
2931
/* pull timeline closed label */
3032
.pull-discussion-timeline .TimelineItem > .TimelineItem-body div span.State--merged,
3133
/* discussion badge */
32-
#discussion_bucket span.State--merged
34+
#partial-discussion-header.js-discussions-title-container span.State--merged
3335
{
3436
background-color: var(--rissue-issue-closed) !important;
3537
}
@@ -58,7 +60,7 @@ div[data-hovercard-subject-tag^="issue:"] path[d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1
5860
/* pull timeline closed label */
5961
.pull-discussion-timeline .TimelineItem > .TimelineItem-body div span.State--merged,
6062
/* discussion badge */
61-
#discussion_bucket span.State.State--merged {
63+
#partial-discussion-header.js-discussions-title-container span.State.State--merged {
6264
background: none !important;
6365
color: var(--rissue-issue-closed-fg) !important;
6466
border-color: var(--rissue-issue-closed) !important;

0 commit comments

Comments
 (0)