We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0baa5 commit 51ab39dCopy full SHA for 51ab39d
src/manifest.json
@@ -4,7 +4,7 @@
4
"name": "GitHub Red Issues",
5
"author": "Katsute",
6
"description": "Revert closed GitHub issues from purple back to red.",
7
- "version": "9.5",
+ "version": "10.0",
8
"homepage_url": "https://github.com/KatsuteDev/GitHub-Red-Issues",
9
"icons": {
10
"16": "icon16.png",
src/style.css
@@ -21,7 +21,8 @@
21
a[href*="/discussions"],
22
.hx_anim-fade-out,
23
a[href$="state=closed"] > span,
24
- h2:has(> a[href$="/deployments"]) + ul > li
+ h2:has(> a[href$="/deployments"]) + ul > li,
25
+ button[data-testid="checks-status-badge-icon"]
26
) > :is(
27
/* issue icon */
28
svg.octicon-issue-closed,
0 commit comments