From 6f16ecded9154e591e41c38890d1d6da75f0c2a7 Mon Sep 17 00:00:00 2001 From: curben Date: Fri, 19 Oct 2018 20:24:42 +1030 Subject: [PATCH] Always show copy button --- themes/typing/source/css/typing.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index d1ac045..9f81ef8 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -1196,16 +1196,9 @@ pre .javascript .function,pre .keyword { -moz-user-select: none; -ms-user-select: none; user-select: none; - -webkit-appearance: none; font-size: .8em; font-weight: 700; line-height: 1em; font-family: monospace,monospace; - transition: opacity .3s ease-in-out; padding: 2px; - opacity: 0; } - -.highlight:hover .copy-button { - opacity: 1; -} \ No newline at end of file