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 47a0ec8 commit 28321f7Copy full SHA for 28321f7
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.1",
+ "version": "7.2",
8
"homepage_url": "https://github.com/KatsuteDev/GitHub-Red-Issues",
9
"icons": {
10
"16": "icon16.png",
src/style.css
@@ -36,7 +36,7 @@
36
svg.octicon-discussion-closed,
37
/* tasklist icon */
38
.octicon-checklist.color-fg-done
39
-){
+):not(.color-fg-muted){
40
color: var(--rissue-issue-closed-fg) !important;
41
}
42
0 commit comments