diff options
author | Konstantin Chernenko <kb.chernenko@gmail.com> | 2023-05-30 21:15:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-30 21:15:57 +0200 |
commit | 62c77882c7079e5e1d8e9ea321d3d6e2f129848a (patch) | |
tree | 18a11fd48c7b5b6bedacafdb5993211b426caf06 /plugins/base/src | |
parent | 202fa09316fb1e0ff586c0d2301f99284fc74d9a (diff) | |
download | dokka-62c77882c7079e5e1d8e9ea321d3d6e2f129848a.tar.gz dokka-62c77882c7079e5e1d8e9ea321d3d6e2f129848a.tar.bz2 dokka-62c77882c7079e5e1d8e9ea321d3d6e2f129848a.zip |
disable showing this "copy anchor" popup if JS is disabled (#3020)
Diffstat (limited to 'plugins/base/src')
-rw-r--r-- | plugins/base/src/main/resources/dokka/styles/style.css | 2 |
1 files changed, 1 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 8d5770df..40b01116 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -1131,7 +1131,7 @@ td.content { position: relative; } -.main-subrow:hover .anchor-icon { +.js .main-subrow:hover .anchor-icon { opacity: 1; transition: 0.2s; } |