Skip to content

Commit e8e4901

Browse files
committed
fix: some console snippets will be incompletely copied
Sample: ```console echo $PATH ```
1 parent d96b881 commit e8e4901

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

_sass/addon/syntax.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ html {
6666
font-size: $code-font-size;
6767
line-height: 1.4rem;
6868
word-wrap: normal; /* Fixed Safari overflow-x */
69-
70-
/* set the dollar sign to non-selectable */
71-
> .gp:first-child {
72-
-webkit-user-select: none;
73-
-moz-user-select: none;
74-
-ms-user-select: none;
75-
user-select: none;
76-
}
7769
}
7870

7971
table {

0 commit comments

Comments
 (0)