aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
authorIgor Tolmachev <me@igorek.dev>2024-04-23 20:45:13 +0900
committerIgor Tolmachev <me@igorek.dev>2024-04-23 20:49:44 +0900
commit622b3504520be1b3e09d5798c5e946248fcfa8da (patch)
tree8ae9913d820c6f7c27567196f85f61bfde5f5603 /style.css
parent93b7de928e8ab59396fcd5ac263aed37afc5ec85 (diff)
downloadpages-622b3504520be1b3e09d5798c5e946248fcfa8da.tar.gz
pages-622b3504520be1b3e09d5798c5e946248fcfa8da.zip
Change copy behavior
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 1 insertions, 10 deletions
diff --git a/style.css b/style.css
index b88584d..c24e85f 100644
--- a/style.css
+++ b/style.css
@@ -40,16 +40,7 @@ a,
40} 40}
41 41
42a:active, 42a:active,
43.copy:active { 43.copy:hover {
44 cursor: pointer; 44 cursor: pointer;
45 color: #9b859d; 45 color: #9b859d;
46} 46}
47
48.copy > .copy-tooltip {
49 visibility: hidden;
50 margin-left: 1em;
51}
52
53.copy:hover > .copy-tooltip {
54 visibility: visible;
55}