aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/resources/dokka/styles
diff options
context:
space:
mode:
authorKamil Doległo <kamilok1965@interia.pl>2020-06-25 19:27:21 +0200
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-06-25 23:39:24 +0200
commit370bf45d2dca5fcd71f53c71386be8667157c446 (patch)
treee720a2277e042ecfa6753882f6cd7939f009dfc0 /plugins/base/src/main/resources/dokka/styles
parente5daeb9fe276887de95af4995ec53db2b4f407d4 (diff)
downloaddokka-370bf45d2dca5fcd71f53c71386be8667157c446.tar.gz
dokka-370bf45d2dca5fcd71f53c71386be8667157c446.tar.bz2
dokka-370bf45d2dca5fcd71f53c71386be8667157c446.zip
Make samples runnable
Diffstat (limited to 'plugins/base/src/main/resources/dokka/styles')
-rw-r--r--plugins/base/src/main/resources/dokka/styles/style.css7
1 files changed, 6 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 4acf6cb2..1ccd9cbc 100644
--- a/plugins/base/src/main/resources/dokka/styles/style.css
+++ b/plugins/base/src/main/resources/dokka/styles/style.css
@@ -27,7 +27,7 @@
color: var(--hover-link-color)
}
-.tabs-section-body > *:not([data-active]){
+.tabs-section-body > *:not([data-active]) {
display: none;
}
@@ -212,6 +212,10 @@
font-family: monospace;
}
+code.paragraph {
+ display: block;
+}
+
.overview > .navButton {
height: 100%;
align-items: center;
@@ -692,6 +696,7 @@ footer {
[data-filterable-current=''] {
display: none !important;
}
+
.platform-selector:not([data-active]) {
border: 1px solid #DADFE6;
background-color: transparent;