Skip to content

Commit

Permalink
Merge pull request #150 from rkratky/145_copybutton
Browse files Browse the repository at this point in the history
Make code-block copybutton invisible
  • Loading branch information
Peter Matulis authored Nov 28, 2023
2 parents 7ca6c49 + 5d92836 commit e7e5655
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .sphinx/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,9 @@ details summary {
color: var(--color-version-popup);
font-weight: bolder;
}

/* Code-block copybutton invisible by default
(overriding Furo config to achieve default copybutton setting). */
.highlight button.copybtn {
opacity: 0;
}

0 comments on commit e7e5655

Please sign in to comment.