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 44 "name" : " GitHub Red Issues" ,
55 "author" : " Katsute" ,
66 "description" : " Revert closed GitHub issues from purple back to red." ,
7- "version" : " 9.2 " ,
7+ "version" : " 9.3 " ,
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+ /* 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+
3642svg : 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 {
3743 fill : unset !important ;
3844}
You can’t perform that action at this time.
0 commit comments