Release files for 0.57.1 (#983)

This commit is contained in:
Rhet Turnbull
2023-02-12 08:27:17 -08:00
committed by GitHub
parent b03670dc70
commit e39424e906
31 changed files with 278 additions and 114 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;
}