We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e75980 commit 6fd35feCopy full SHA for 6fd35fe
src/style.css
@@ -8,6 +8,7 @@
8
9
:not(
10
react-app[app-name="repo-deployments"] div,
11
+ react-app[app-name="blackbird-search"] li,
12
button[data-testid="mark-as-action-menu-button"] *,
13
ul[data-testid="mark-as-action-menu-list"] *
14
) > :not(
@@ -18,7 +19,8 @@
18
19
.TimelineItem-badge,
20
div:is([class^="prc-Timeline-TimelineBadge-"],[class*=" prc-Timeline-TimelineBadge-"]),
21
a[href*="/discussions"],
- .hx_anim-fade-out
22
+ .hx_anim-fade-out,
23
+ a[href$="state=closed"] > span
24
) > :is(
25
/* issue icon */
26
svg.octicon-issue-closed,
0 commit comments