Skip to content

Commit bf0baa5

Browse files
authored
Drop print support (#176)
1 parent e66d215 commit bf0baa5

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/style.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,4 @@ projects-v2 svg[data-target="tracked-issues-progress.progress"] circle[stroke-da
8787
svg[class^="ProgressCircle-module__completedIcon"]
8888
) > path{
8989
fill: var(--rissue-issue-closed) !important;
90-
}
91-
92-
/* print */
93-
@media print {
94-
:is(
95-
/* issue badge */
96-
span.State--merged,
97-
/* timeline icon */
98-
.TimelineItem-badge
99-
):has(svg.octicon-issue-closed, svg.octicon-discussion-closed),
100-
/* projects issue badge */
101-
projects-v2 span[class^="StateLabel__StateLabelBase"]:has(path[d="M11.28 6.78a.75.75 0 0 0-1.06-1.06L7.25 8.69 5.78 7.22a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l3.5-3.5Z"] + path[d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-1.5 0a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0Z"]){
102-
background: none !important;
103-
color: var(--rissue-issue-closed-fg) !important;
104-
border-color: var(--rissue-issue-closed) !important;
105-
}
10690
}

0 commit comments

Comments
 (0)