aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/base/src/main/resources/dokka/styles/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css
index 5a49842d..30f3b176 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;