From a0f7a5f258efa1b797f931e10a1ecd53e8b77335 Mon Sep 17 00:00:00 2001 From: zoobestik Date: Tue, 30 May 2023 19:15:55 +0200 Subject: [PATCH] disable showing this "copy anchor" popup if JS is disabled --- plugins/base/src/main/resources/dokka/styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 8d5770df17..40b01116d1 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; }