File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
e . addEventListener ( "DOMNodeInserted" , ( i ) => {
20
20
let svg ;
21
21
if ( i . target . querySelector && ( svg = i . target . querySelector ( "figure > span > svg" ) ) ) {
22
- let path = svg . querySelector ( `path[d="M11.28 6.78a.75.75 0 00 -1.06-1.06L7.25 8.69 5.78 7.22a.75.75 0 00 -1.06 1.06l2 2a.75.75 0 001 .06 0l3.5-3.5z "]` ) ;
22
+ let path = svg . querySelector ( `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 "]` ) ;
23
23
path && path . parentElement . parentElement . classList . add ( "rissue-closed-bg" ) ;
24
24
} ;
25
25
} ) ;
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" : " 4.0 " ,
7
+ "version" : " 4.1 " ,
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 11
11
/* issue icon */
12
12
: not (.State .State--merged ): not (.TimelineItem-badge ) > svg .octicon-issue-closed ,
13
13
/* projects beta icon */
14
- div [data-hovercard-subject-tag ^= "issue:" ] path [d = "M11.28 6.78a.75.75 0 00 -1.06-1.06L7.25 8.69 5.78 7.22a.75.75 0 00 -1.06 1.06l2 2a.75.75 0 001 .06 0l3.5-3.5z " ],
15
- div [data-hovercard-subject-tag ^= "issue:" ] path [d = "M16 8A8 8 0 110 8a8 8 0 0116 0zm -1.5 0a6.5 6.5 0 10 -13 0 6.5 6.5 0 0013 0z " ]
14
+ div [data-hovercard-subject-tag ^= "issue:" ] 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 " ],
15
+ div [data-hovercard-subject-tag ^= "issue:" ] path [d = "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm -1.5 0a6.5 6.5 0 1 0 -13 0 6.5 6.5 0 0 0 13 0Z " ]
16
16
{
17
17
color : var (--rissue-issue-closed-fg ) !important ;
18
18
}
You can’t perform that action at this time.
0 commit comments