Skip to content

Commit

Permalink
fix new deployments list
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Aug 11, 2023
1 parent 28321f7 commit 440f11b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "GitHub Red Issues",
"author": "Katsute",
"description": "Revert closed GitHub issues from purple back to red.",
"version": "7.2",
"version": "7.3",
"homepage_url": "https://github.com/KatsuteDev/GitHub-Red-Issues",
"icons": {
"16": "icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

}

: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(
/* issue icon */
svg.octicon-issue-closed,
/* project icon */
Expand Down

0 comments on commit 440f11b

Please sign in to comment.