Skip to content

Commit 51ab39d

Browse files
authored
Fix color on search commit check (#186)
1 parent bf0baa5 commit 51ab39d

File tree

2 files changed

+3
-2
lines changed

2 files changed

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

src/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
a[href*="/discussions"],
2222
.hx_anim-fade-out,
2323
a[href$="state=closed"] > span,
24-
h2:has(> a[href$="/deployments"]) + ul > li
24+
h2:has(> a[href$="/deployments"]) + ul > li,
25+
button[data-testid="checks-status-badge-icon"]
2526
) > :is(
2627
/* issue icon */
2728
svg.octicon-issue-closed,

0 commit comments

Comments
 (0)