Skip to content

Commit e66d215

Browse files
authored
Drop tasklist support (#177)
1 parent 77b24df commit e66d215

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ body:
6363
required: false
6464
- label: Pull hovercard
6565
required: false
66-
- label: Tasklist
67-
required: false
6866
- label: Discussions
6967
required: false
7068
- label: Subscriptions

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Reverts closed issues from purple to red on:
4444
* Pulls
4545
* Discussions
4646
* Hovercards
47-
* Tasklists
4847
* Search
4948
* Subscriptions
5049
* Project boards

src/style.css

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
/* search issue icon */
3131
svg:has(path[d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm1.5 0a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm10.28-1.72-4.5 4.5a.75.75 0 0 1-1.06 0l-2-2a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018l1.47 1.47 3.97-3.97a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042Z"]),
3232
/* discussion icon */
33-
svg.octicon-discussion-closed,
34-
/* tasklist icon */
35-
.octicon-checklist.color-fg-done
33+
svg.octicon-discussion-closed
3634
):not(.color-fg-muted){
3735
color: var(--rissue-issue-closed-fg) !important;
3836
}
@@ -63,25 +61,11 @@ div:is([class^="prc-Timeline-TimelineBadge-"],[class*=" prc-Timeline-TimelineBad
6361
background-color: var(--rissue-issue-closed) !important;
6462
}
6563

66-
/* tasklist icon */
67-
tasklist-block-title > div.color-bg-done{
68-
background-color: var(--rissue-issue-closed-bg) !important;
69-
}
70-
71-
:is(
72-
/* tasklist circle */
73-
tracked-issues-progress svg,
74-
) > circle[stroke^="var(--fgColor-done"]:last-child,
7564
/* sub issue circle */
7665
svg[class^="ProgressCircle-module__completedIcon"] > circle{
7766
stroke: var(--rissue-issue-closed) !important;
7867
}
7968

80-
/* tasklist fill */
81-
span > svg[data-target="tracked-issues-progress.progress"] > path{
82-
fill: var(--rissue-issue-closed-bg) !important;
83-
}
84-
8569
/* progress circle */
8670
:is(
8771
#issue-viewer-side-panel,

0 commit comments

Comments
 (0)