Skip to content

Commit 656698e

Browse files
committed
fix #1; update timeline css, remove js
inline css was removed from timeline, js file is no longer needed
1 parent 1a83a78 commit 656698e

File tree

3 files changed

+3
-29
lines changed

3 files changed

+3
-29
lines changed

src/index.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
"name": "GitHub Red Closed Issues",
55
"author": "Katsute",
66
"description": "Revert closed GitHub issues from purple back to red.",
7-
"version": "1.0",
7+
"version": "1.1",
88
"homepage_url": "https://github.com/Katsute/GitHub-Red-Issues-Extension",
99

1010
"permissions": ["tabs"],
1111
"content_scripts": [{
1212
"css": ["style.css"],
13-
"js": ["index.js"],
1413
"matches": ["https://github.com/*"]
1514
}]
1615
}

src/style.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,11 @@ span[title="Status: Closed"] .octicon-issue-closed {
3030

3131
/* timeline */
3232

33-
.TimelineItem-badge.color-bg-success-inverse {
34-
background-color: #238636 !important;
35-
}
36-
37-
.TimelineItem-badge.color-bg-danger-inverse {
33+
.TimelineItem-badge.color-bg-done-emphasis {
3834
background-color: #F85149 !important;
3935
}
4036

41-
.TimelineItem-badge.color-bg-danger-inverse .octicon,
42-
.TimelineItem-badge.color-bg-success-inverse .octicon {
37+
.TimelineItem-badge.color-bg-done-emphasis .octicon {
4338
color: #F0F6Fc !important;
4439
}
4540

0 commit comments

Comments
 (0)