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 9bf0e32 commit b1fd732Copy full SHA for b1fd732
src/theme/book.css
@@ -1373,6 +1373,9 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
1373
white-space: -o-pre-wrap /* Opera 7 */;
1374
word-wrap: break-word /* Internet Explorer 5.5+ */;
1375
}
1376
+ .fa {
1377
+ display: none !important;
1378
+ }
1379
1380
.tooltiptext {
1381
position: absolute;
src/theme/stylus/print.styl
@@ -53,4 +53,8 @@
53
white-space: -o-pre-wrap /* Opera 7 */
54
word-wrap: break-word /* Internet Explorer 5.5+ */
55
56
+
57
58
+ display: none !important
59
60
0 commit comments