Skip to content

Commit 8f765a6

Browse files
authored
Fix alt closed milestone icon (#189)
1 parent c999146 commit 8f765a6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/manifest.json

Lines changed: 1 addition & 1 deletion
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": "10.1",
7+
"version": "10.2",
88
"homepage_url": "https://github.com/KatsuteDev/GitHub-Red-Issues",
99
"icons": {
1010
"16": "icon16.png",

src/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ projects-v2 svg[data-target="tracked-issues-progress.progress"] circle[stroke-da
7070
/* sub issue circle */
7171
svg[class^="ProgressCircle-module__completedIcon"] > circle,
7272
/* milestone circle */
73-
a[href*="/milestone/"] svg:has(path[d="M10.0206 11.1074C9.68518 11.3949 9.18014 11.3561 8.8926 11.0206L5.8926 7.52061C5.62055 7.20322 5.63873 6.72989 5.93432 6.4343L7.43432 4.9343C7.74674 4.62188 8.25327 4.62188 8.56569 4.9343C8.87811 5.24672 8.87811 5.75325 8.56569 6.06567L7.58953 7.04182L10.1074 9.97935C10.3949 10.3148 10.3561 10.8198 10.0206 11.1074Z"]) circle[stroke-linecap="round"]{
73+
a[href*="/milestone/"] :is(
74+
svg:has(path[d="M10.0206 11.1074C9.68518 11.3949 9.18014 11.3561 8.8926 11.0206L5.8926 7.52061C5.62055 7.20322 5.63873 6.72989 5.93432 6.4343L7.43432 4.9343C7.74674 4.62188 8.25327 4.62188 8.56569 4.9343C8.87811 5.24672 8.87811 5.75325 8.56569 6.06567L7.58953 7.04182L10.1074 9.97935C10.3949 10.3148 10.3561 10.8198 10.0206 11.1074Z"]),
75+
svg[data-testid="issue-milestone-progress-bar"]
76+
) circle[stroke-linecap="round"]{
7477
stroke: var(--rissue-issue-closed) !important;
7578
}
7679

0 commit comments

Comments
 (0)