fix: copy command line incomplete(.gp
part)
This commit is contained in:
parent
9a011e14d6
commit
41ed331456
1 changed files with 7 additions and 7 deletions
|
@ -66,6 +66,13 @@ html {
|
||||||
font-size: $code-font-size;
|
font-size: $code-font-size;
|
||||||
line-height: 1.4rem;
|
line-height: 1.4rem;
|
||||||
word-wrap: normal; /* Fixed Safari overflow-x */
|
word-wrap: normal; /* Fixed Safari overflow-x */
|
||||||
|
|
||||||
|
/* set the dollar sign to non-selectable */
|
||||||
|
>.gp:first-child {
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
@ -85,13 +92,6 @@ html {
|
||||||
-o-user-select: none;
|
-o-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* set the dollar sign to non-selectable */
|
|
||||||
.gp {
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
} /* .highlight */
|
} /* .highlight */
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
|
Loading…
Reference in a new issue