We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d07825 commit 42ade08Copy full SHA for 42ade08
python_docs_theme/static/pydoctheme.css
@@ -451,6 +451,7 @@ div.genindex-jumpbox a {
451
color: #000;
452
background-color: #fff;
453
border: 1px solid #ac9; /* follows div.body pre */
454
+ display: none;
455
}
456
457
.copybutton:hover {
@@ -461,6 +462,14 @@ div.genindex-jumpbox a {
461
462
background-color: #ddd;
463
464
465
+.highlight:active .copybutton {
466
+ display: block;
467
+}
468
+
469
+.highlight:hover .copybutton {
470
471
472
473
@media (max-width: 1023px) {
474
/* Body layout */
475
div.body {
0 commit comments