Release files for 0.56.3 (#933)

This commit is contained in:
Rhet Turnbull
2023-01-16 21:51:17 -08:00
committed by GitHub
parent 83d14ac191
commit 7ab33f66d7
25 changed files with 1013 additions and 56 deletions

View File

@@ -35,7 +35,8 @@ div.highlight {
position: relative;
}
.highlight:hover button.copybtn {
/* Show the copybutton */
.highlight:hover button.copybtn, button.copybtn.success {
opacity: 1;
}