From e8e4901e340dd7e5fc5f656dd3c7bcd6c97b886a Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Fri, 17 Mar 2023 06:37:14 +0800 Subject: [PATCH] fix: some console snippets will be incompletely copied Sample: ```console echo $PATH ``` --- _sass/addon/syntax.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/_sass/addon/syntax.scss b/_sass/addon/syntax.scss index bc48ab0..e3a93bb 100644 --- a/_sass/addon/syntax.scss +++ b/_sass/addon/syntax.scss @@ -66,14 +66,6 @@ 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; - -ms-user-select: none; - user-select: none; - } } table {