Skip to content

Commit caa85e6

Browse files
📖 : fix(docs): display copy button on codeblocks (#5184)
fix(docs): display copy button on code blocks
1 parent f928162 commit caa85e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/book/theme/css/markers.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,6 @@ cite.literate-source > a::before {
365365
color: var(--fg);
366366
}
367367

368-
/* hide the annoying "copy to clipboard" buttons */
369-
.literate pre > .buttons {
370-
display: none;
371-
}
372-
373368
/* add a bit of extra padding for readability */
374369
.literate pre code {
375370
padding-top: 0.75em;

0 commit comments

Comments
 (0)