File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
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.0 " ,
7
+ "version" : " 9.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 6
6
--rissue-issue-closed-bg : var (--bgColor-closed-muted , # f8514926 );
7
7
}
8
8
9
- : not (react-app [app-name = "repo-deployments" ] div ) > : not (
9
+ : not (
10
+ react-app [app-name = "repo-deployments" ] div ,
11
+ button [data-testid = "mark-as-action-menu-button" ] * ,
12
+ ul [data-testid = "mark-as-action-menu-list" ] *
13
+ ) > : not (
10
14
span .State--merged ,
11
15
span [class ^= "StateLabel__StateLabelBase" ],
12
16
projects-v2 span [class ^= "StateLabel__StateLabelBase" ],
You can’t perform that action at this time.
0 commit comments