Skip to content

Commit 77b24df

Browse files
authored
Fix incorrect coloring on deployment environments (#184)
1 parent e3db39e commit 77b24df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/manifest.json

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

src/style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
div:is([class^="prc-Timeline-TimelineBadge-"],[class*=" prc-Timeline-TimelineBadge-"]),
2121
a[href*="/discussions"],
2222
.hx_anim-fade-out,
23-
a[href$="state=closed"] > span
23+
a[href$="state=closed"] > span,
24+
h2:has(> a[href$="/deployments"]) + ul > li
2425
) > :is(
2526
/* issue icon */
2627
svg.octicon-issue-closed,

0 commit comments

Comments
 (0)