From 6afcaf82734ebda2243126c321a2a3e35f0a279b Mon Sep 17 00:00:00 2001 From: Katsute <58778985+Katsute@users.noreply.github.com> Date: Sun, 15 Dec 2024 20:40:24 -0500 Subject: [PATCH] fix #171 --- src/manifest.json | 2 +- src/style.css | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 4fda0f1..f278ad1 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -4,7 +4,7 @@ "name": "GitHub Red Issues", "author": "Katsute", "description": "Revert closed GitHub issues from purple back to red.", - "version": "9.1", + "version": "9.2", "homepage_url": "https://github.com/KatsuteDev/GitHub-Red-Issues", "icons": { "16": "icon16.png", diff --git a/src/style.css b/src/style.css index fb4d61d..3b531cb 100644 --- a/src/style.css +++ b/src/style.css @@ -33,6 +33,10 @@ color: var(--rissue-issue-closed-fg) !important; } +svg:has(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"]) path{ + fill: unset !important; +} + :is( span.State--merged, /* issue badge (legacy) */ .TimelineItem-badge, /* timeline icon (legacy) */ @@ -57,7 +61,7 @@ tasklist-block-title > div.color-bg-done{ tracked-issues-progress svg, ) > circle[stroke^="var(--fgColor-done"]:last-child, /* sub issue circle */ -svg[class^="ProgressCircle-module__completedIcon"] > circle { +svg[class^="ProgressCircle-module__completedIcon"] > circle{ stroke: var(--rissue-issue-closed) !important; } @@ -85,7 +89,7 @@ projects-v2 svg[data-target="tracked-issues-progress.progress"] circle[stroke-da react-app[app-name="issues-react"] ) :is( svg[class^="ProgressCircle-module__completedIcon"] -) > path { +) > path{ fill: var(--rissue-issue-closed) !important; }