From bae1a126c6bf0c5652154eeb2fee61537d894db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ad=C3=A1mek?= Date: Fri, 10 Jan 2025 13:32:19 +0100 Subject: [PATCH] fix: scope the sidebar changes to openapi plugin (#1395) https://apify.slack.com/archives/C0L33UM7Z/p1736507961527869 --- apify-docs-theme/src/theme/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apify-docs-theme/src/theme/custom.css b/apify-docs-theme/src/theme/custom.css index 2cdda8475..2a51fd051 100644 --- a/apify-docs-theme/src/theme/custom.css +++ b/apify-docs-theme/src/theme/custom.css @@ -991,7 +991,7 @@ html[data-theme='dark'] .actionLink:hover::after { } aside li.section-header > div > .menu__link, -aside li.section-header > ul > li > div > .menu__link { +.plugin-id-openapi aside li.section-header > ul > li > div > .menu__link { text-transform: uppercase; opacity: 0.8; font-size: 16px;