From e9e95f6bdefa2ea4bd2cc1a79ed642ff57b25e48 Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Wed, 17 Aug 2022 16:27:51 +0200 Subject: Do not render platform tabs for common-only content (#2613) --- plugins/base/src/main/resources/dokka/styles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/base/src/main/resources/dokka') diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 989b54b8..8e379c75 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -953,8 +953,8 @@ td.content { padding-bottom: 8px; } -.table-row .with-platform-tabs .sourceset-dependent-content .brief, -.table-row .with-platform-tabs .sourceset-dependent-content .inline-comment { +.table-row .platform-hinted .sourceset-dependent-content .brief, +.table-row .platform-hinted .sourceset-dependent-content .inline-comment { padding: 8px; } -- cgit