File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
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.2 " ,
7
+ "version" : " 9.3 " ,
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
+ /* closed projects */
37
+ projects-v2 div : has (> span ~ h1 ) span [data-variant = "done" ] {
38
+ border-color : var (--rissue-issue-closed ) !important ;
39
+ background-color : var (--rissue-issue-closed-fg ) !important ;
40
+ }
41
+
36
42
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
43
fill : unset !important ;
38
44
}
You can’t perform that action at this time.
0 commit comments