fix: copy command line incomplete(`.gp` part)

This commit is contained in:
Cotes Chung 2023-01-13 03:36:07 +08:00
parent 9a011e14d6
commit 41ed331456
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 7 additions and 7 deletions

View File

@ -66,6 +66,13 @@ html {
font-size: $code-font-size;
line-height: 1.4rem;
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 {
@ -85,13 +92,6 @@ html {
-o-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 */
code {