Skip to content

Commit 440f11b

Browse files
committed
fix new deployments list
1 parent 28321f7 commit 440f11b

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
}
2727

28-
:not(projects-v2 figure) > :not(span.State--merged):not(.TimelineItem-badge):not(a[href*="/discussions"]) > :is(
28+
:not(react-app[app-name="repo-deployments"] div):not(projects-v2 figure) > :not(span.State--merged):not(.TimelineItem-badge):not(a[href*="/discussions"]) > :is(
2929
/* issue icon */
3030
svg.octicon-issue-closed,
3131
/* project icon */

0 commit comments

Comments
 (0)