diff options
| author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2022-08-25 14:27:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-25 14:27:48 +0200 |
| commit | 09c220e678f0a8dde3450da58fab57523fcfc047 (patch) | |
| tree | 58163cd8b460ecab764cf4394d29bfd52c433925 /plugins/base | |
| parent | 02b0c63af8717313daf0790d786c6d89bead948f (diff) | |
| download | dokka-09c220e678f0a8dde3450da58fab57523fcfc047.tar.gz dokka-09c220e678f0a8dde3450da58fab57523fcfc047.tar.bz2 dokka-09c220e678f0a8dde3450da58fab57523fcfc047.zip | |
Fix anchor copy button popup (#2644)
Diffstat (limited to 'plugins/base')
| -rw-r--r-- | plugins/base/src/main/resources/dokka/styles/style.css | 1 |
1 files changed, 1 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 0d1085c1..bbab2164 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -427,6 +427,7 @@ code.paragraph { left: -15em; } +.table-row:hover .copy-popup-wrapper.active-popup, .sample-container:hover .copy-popup-wrapper.active-popup { display: flex !important; } |
