Shiki: Make CodeBlock button texts not copyable (#864)

This commit is contained in:
Elliott Tallis 2023-04-13 03:26:43 +01:00 committed by GitHub
parent 71849cac9a
commit ed827c2d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
.shiki-btn {
border-radius: 4px 4px 0 0;
padding: 4px 8px;
user-select: none;
}
.shiki-btn ~ .shiki-btn {