diff --git a/src/manifest.json b/src/manifest.json index 3dcb1ee..dd1a088 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.5", + "version": "10.0", "homepage_url": "https://github.com/KatsuteDev/GitHub-Red-Issues", "icons": { "16": "icon16.png", diff --git a/src/style.css b/src/style.css index 7248c21..35f6230 100644 --- a/src/style.css +++ b/src/style.css @@ -21,7 +21,8 @@ a[href*="/discussions"], .hx_anim-fade-out, a[href$="state=closed"] > span, - h2:has(> a[href$="/deployments"]) + ul > li + h2:has(> a[href$="/deployments"]) + ul > li, + button[data-testid="checks-status-badge-icon"] ) > :is( /* issue icon */ svg.octicon-issue-closed,