Shiki: Make CodeBlock button texts not copyable (#864)
This commit is contained in:
parent
71849cac9a
commit
ed827c2d81
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
.shiki-btn {
|
||||
border-radius: 4px 4px 0 0;
|
||||
padding: 4px 8px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.shiki-btn ~ .shiki-btn {
|
||||
|
|
Loading…
Reference in a new issue