From 0cad056d84bf1dbe285ca008be17ca5fbb224818 Mon Sep 17 00:00:00 2001 From: Konstantin Chernenko Date: Tue, 30 May 2023 22:23:42 +0200 Subject: [PATCH] Incorrectly handles a click on a method and other elements in the mobile version (#3021) --- plugins/base/src/main/resources/dokka/styles/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 5a49842d1b..30f3b176f8 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -1159,6 +1159,12 @@ td.content { fill: var(--hover-link-color); } +@media (hover: none) { + .main-subrow .anchor-icon { + display: none; + } +} + .main-subrow .anchor-wrapper { position: relative; width: 24px;