Skip to content

Commit f07db55

Browse files
authored
Remove coloring on 'mark as' (#167)
1 parent edfab2a commit f07db55

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "GitHub Red Issues",
55
"author": "Katsute",
66
"description": "Revert closed GitHub issues from purple back to red.",
7-
"version": "9.0",
7+
"version": "9.1",
88
"homepage_url": "https://github.com/KatsuteDev/GitHub-Red-Issues",
99
"icons": {
1010
"16": "icon16.png",

src/style.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
--rissue-issue-closed-bg : var(--bgColor-closed-muted, #f8514926);
77
}
88

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(
1014
span.State--merged,
1115
span[class^="StateLabel__StateLabelBase"],
1216
projects-v2 span[class^="StateLabel__StateLabelBase"],

0 commit comments

Comments
 (0)