Skip to content

Commit 6fd35fe

Browse files
committed
fix icon being colored
1 parent 6e75980 commit 6fd35fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
:not(
1010
react-app[app-name="repo-deployments"] div,
11+
react-app[app-name="blackbird-search"] li,
1112
button[data-testid="mark-as-action-menu-button"] *,
1213
ul[data-testid="mark-as-action-menu-list"] *
1314
) > :not(
@@ -18,7 +19,8 @@
1819
.TimelineItem-badge,
1920
div:is([class^="prc-Timeline-TimelineBadge-"],[class*=" prc-Timeline-TimelineBadge-"]),
2021
a[href*="/discussions"],
21-
.hx_anim-fade-out
22+
.hx_anim-fade-out,
23+
a[href$="state=closed"] > span
2224
) > :is(
2325
/* issue icon */
2426
svg.octicon-issue-closed,

0 commit comments

Comments
 (0)