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 44 "name" : " GitHub Red Issues" ,
55 "author" : " Katsute" ,
66 "description" : " Revert closed GitHub issues from purple back to red." ,
7- "version" : " 9.1 " ,
7+ "version" : " 9.2 " ,
88 "homepage_url" : " https://github.com/KatsuteDev/GitHub-Red-Issues" ,
99 "icons" : {
1010 "16" : " icon16.png" ,
Original file line number Diff line number Diff line change 3333 color : var (--rissue-issue-closed-fg ) !important ;
3434}
3535
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+
3640: is (
3741 span .State--merged , /* issue badge (legacy) */
3842 .TimelineItem-badge , /* timeline icon (legacy) */
@@ -57,7 +61,7 @@ tasklist-block-title > div.color-bg-done{
5761 tracked-issues-progress svg ,
5862) > circle [stroke ^= "var(--fgColor-done" ]: last-child ,
5963/* sub issue circle */
60- svg [class ^= "ProgressCircle-module__completedIcon" ] > circle {
64+ svg [class ^= "ProgressCircle-module__completedIcon" ] > circle {
6165 stroke : var (--rissue-issue-closed ) !important ;
6266}
6367
@@ -85,7 +89,7 @@ projects-v2 svg[data-target="tracked-issues-progress.progress"] circle[stroke-da
8589 react-app [app-name = "issues-react" ]
8690) : is (
8791 svg [class ^= "ProgressCircle-module__completedIcon" ]
88- ) > path {
92+ ) > path {
8993 fill : var (--rissue-issue-closed ) !important ;
9094}
9195
You can’t perform that action at this time.
0 commit comments