From 622b3504520be1b3e09d5798c5e946248fcfa8da Mon Sep 17 00:00:00 2001 From: Igor Tolmachev Date: Tue, 23 Apr 2024 20:45:13 +0900 Subject: Change copy behavior --- style.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index b88584d..c24e85f 100644 --- a/style.css +++ b/style.css @@ -40,16 +40,7 @@ a, } a:active, -.copy:active { +.copy:hover { cursor: pointer; color: #9b859d; } - -.copy > .copy-tooltip { - visibility: hidden; - margin-left: 1em; -} - -.copy:hover > .copy-tooltip { - visibility: visible; -} -- cgit v1.2.3