mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-06 10:06:36 +00:00
deploy: 9d72658a43
This commit is contained in:
parent
25f5236446
commit
52d1e03e34
383 changed files with 9441 additions and 9374 deletions
css
|
@ -1112,6 +1112,17 @@ span > .copy-to-clipboard-button {
|
|||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* only show copy to clipboard on hover for code blocks if configured */
|
||||
div.highlight .copy-to-clipboard-button {
|
||||
display: none;
|
||||
}
|
||||
div.highlight:hover .copy-to-clipboard-button {
|
||||
display: block;
|
||||
}
|
||||
.disableHoverBlockCopyToClipBoard div.highlight .copy-to-clipboard-button {
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.highlight > div table + .copy-to-clipboard-button > i,
|
||||
div.highlight pre + .copy-to-clipboard-button > i,
|
||||
.copy-to-clipboard-code + .copy-to-clipboard-button > i {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue