Skip to content

Commit b1fd732

Browse files
committed
Hide copy icons in print output
1 parent 9bf0e32 commit b1fd732

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/theme/book.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,9 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
13731373
white-space: -o-pre-wrap /* Opera 7 */;
13741374
word-wrap: break-word /* Internet Explorer 5.5+ */;
13751375
}
1376+
.fa {
1377+
display: none !important;
1378+
}
13761379
}
13771380
.tooltiptext {
13781381
position: absolute;

src/theme/stylus/print.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,8 @@
5353
white-space: -o-pre-wrap /* Opera 7 */
5454
word-wrap: break-word /* Internet Explorer 5.5+ */
5555
}
56+
57+
.fa {
58+
display: none !important
59+
}
5660
}

0 commit comments

Comments
 (0)