Always show copy button

This commit is contained in:
curben 2018-10-19 20:24:42 +10:30
parent 1f0f664677
commit 6f16ecded9
1 changed files with 0 additions and 7 deletions

View File

@ -1196,16 +1196,9 @@ pre .javascript .function,pre .keyword {
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
-webkit-appearance: none;
font-size: .8em; font-size: .8em;
font-weight: 700; font-weight: 700;
line-height: 1em; line-height: 1em;
font-family: monospace,monospace; font-family: monospace,monospace;
transition: opacity .3s ease-in-out;
padding: 2px; padding: 2px;
opacity: 0;
}
.highlight:hover .copy-button {
opacity: 1;
} }