File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4
4
"name" : " GitHub Red Issues" ,
5
5
"author" : " Katsute" ,
6
6
"description" : " Revert closed GitHub issues from purple back to red." ,
7
- "version" : " 9.1 " ,
7
+ "version" : " 9.2 " ,
8
8
"homepage_url" : " https://github.com/KatsuteDev/GitHub-Red-Issues" ,
9
9
"icons" : {
10
10
"16" : " icon16.png" ,
Original file line number Diff line number Diff line change 33
33
color : var (--rissue-issue-closed-fg ) !important ;
34
34
}
35
35
36
+ svg : has (path [d = "M11.28 6.78a.75.75 0 0 0-1.06-1.06L7.25 8.69 5.78 7.22a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l3.5-3.5Z" ]) path {
37
+ fill : unset !important ;
38
+ }
39
+
36
40
: is (
37
41
span .State--merged , /* issue badge (legacy) */
38
42
.TimelineItem-badge , /* timeline icon (legacy) */
@@ -57,7 +61,7 @@ tasklist-block-title > div.color-bg-done{
57
61
tracked-issues-progress svg ,
58
62
) > circle [stroke ^= "var(--fgColor-done" ]: last-child ,
59
63
/* sub issue circle */
60
- svg [class ^= "ProgressCircle-module__completedIcon" ] > circle {
64
+ svg [class ^= "ProgressCircle-module__completedIcon" ] > circle {
61
65
stroke : var (--rissue-issue-closed ) !important ;
62
66
}
63
67
@@ -85,7 +89,7 @@ projects-v2 svg[data-target="tracked-issues-progress.progress"] circle[stroke-da
85
89
react-app [app-name = "issues-react" ]
86
90
) : is (
87
91
svg [class ^= "ProgressCircle-module__completedIcon" ]
88
- ) > path {
92
+ ) > path {
89
93
fill : var (--rissue-issue-closed ) !important ;
90
94
}
91
95
You can’t perform that action at this time.
0 commit comments