Skip to content

Commit 0e221c7

Browse files
authored
Fix project tables (#104)
1 parent 0d69099 commit 0e221c7

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

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": "6.0",
7+
"version": "6.1",
88
"homepage_url": "https://github.com/KatsuteDev/GitHub-Red-Issues",
99
"icons": {
1010
"16": "icon16.png",

src/style.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
/* issue icon */
1212
:not(.State.State--merged):not(.TimelineItem-badge) > svg.octicon-issue-closed,
1313
/* projects beta icon */
14-
main#memex-project-view-root 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-
main#memex-project-view-root 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"],
14+
projects-v2 :not(.rissue-closed-bg > svg) > 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+
projects-v2 :not(.rissue-closed-bg > svg) > 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"],
1616
/* discussion icon */
1717
:not(.State.State--merged) > svg.octicon-discussion-closed,
1818
/* tasklist */
@@ -31,8 +31,7 @@ tasklist-block-title > div.color-bg-done > svg
3131
/* pull timeline closed label */
3232
.pull-discussion-timeline .TimelineItem > .TimelineItem-body div span.State--merged,
3333
/* discussion badge */
34-
#partial-discussion-header.js-discussions-title-container span.State--merged
35-
{
34+
#partial-discussion-header.js-discussions-title-container span.State--merged {
3635
background-color: var(--rissue-issue-closed) !important;
3736
}
3837

@@ -43,7 +42,10 @@ tasklist-block-title > div.color-bg-done > svg
4342

4443
/* tasklist circle */
4544
tracked-issues-progress[data-type="tasklist_block"] svg > circle:last-child,
46-
tracked-issues-progress[data-type="tasklist_item"] svg > circle:last-child {
45+
tracked-issues-progress[data-type="tasklist_item"] svg > circle:last-child,
46+
/* projects tasklist circle */
47+
svg[data-target="tracked-issues-progress.progress"] > path,
48+
svg[data-target="tracked-issues-progress.progress"] > circle:last-child {
4749
stroke: var(--rissue-issue-closed) !important;
4850
}
4951

0 commit comments

Comments
 (0)