diff options
author | Filip Zybała <fzybala@virtuslab.com> | 2020-06-23 07:52:35 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-06-23 09:23:06 +0200 |
commit | 436b58507684e59544114a57896b894fe75fa679 (patch) | |
tree | d9930b361dc8614fa975825640bfcd341dc23b9e | |
parent | 7ab50103d69b4b09d97ab837b33ddd9b3a6ccca9 (diff) | |
download | dokka-436b58507684e59544114a57896b894fe75fa679.tar.gz dokka-436b58507684e59544114a57896b894fe75fa679.tar.bz2 dokka-436b58507684e59544114a57896b894fe75fa679.zip |
Fixed css to make links underlined only on hover
-rw-r--r-- | plugins/base/src/main/resources/dokka/styles/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |