diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 8d5770df17..ba98348607 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -1153,6 +1153,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;