From 436b58507684e59544114a57896b894fe75fa679 Mon Sep 17 00:00:00 2001 From: Filip ZybaƂa Date: Tue, 23 Jun 2020 07:52:35 +0200 Subject: Fixed css to make links underlined only on hover --- plugins/base/src/main/resources/dokka/styles/style.css | 1 - 1 file changed, 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 cb851906..f0f2d31a 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -398,7 +398,6 @@ td:first-child { .symbol > a { color: var(--hover-link-color); - text-decoration: underline; } .identifier { -- cgit