From 62c77882c7079e5e1d8e9ea321d3d6e2f129848a Mon Sep 17 00:00:00 2001 From: Konstantin Chernenko Date: Tue, 30 May 2023 21:15:57 +0200 Subject: disable showing this "copy anchor" popup if JS is disabled (#3020) --- plugins/base/src/main/resources/dokka/styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/base/src') diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 8d5770df..40b01116 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -1131,7 +1131,7 @@ td.content { position: relative; } -.main-subrow:hover .anchor-icon { +.js .main-subrow:hover .anchor-icon { opacity: 1; transition: 0.2s; } -- cgit