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 28321f7 commit 440f11bCopy full SHA for 440f11b
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": "7.2",
+ "version": "7.3",
8
"homepage_url": "https://github.com/KatsuteDev/GitHub-Red-Issues",
9
"icons": {
10
"16": "icon16.png",
src/style.css
@@ -25,7 +25,7 @@
25
26
}
27
28
-:not(projects-v2 figure) > :not(span.State--merged):not(.TimelineItem-badge):not(a[href*="/discussions"]) > :is(
+:not(react-app[app-name="repo-deployments"] div):not(projects-v2 figure) > :not(span.State--merged):not(.TimelineItem-badge):not(a[href*="/discussions"]) > :is(
29
/* issue icon */
30
svg.octicon-issue-closed,
31
/* project icon */
0 commit comments