Merge pull request #2656 from ZhenShuo2021/feat/codeblock-title

 Feat: support title in code block
This commit is contained in:
Nuno C.
2025-12-22 17:11:53 +00:00
committed by GitHub
9 changed files with 91 additions and 110 deletions

View File

@@ -95,15 +95,11 @@ button,
}
/* Code Copy */
.highlight-wrapper {
@apply block;
}
.highlight {
@apply relative z-0;
}
.highlight:hover > .copy-button {
.highlight-wrapper:hover > .copy-button {
@apply visible;
}