Skip to content

Commit 7ba539f

Browse files
committed
fix: scope the sidebar changes to openapi plugin
https://apify.slack.com/archives/C0L33UM7Z/p1736507961527869
1 parent 06c72a1 commit 7ba539f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apify-docs-theme/src/theme/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ html[data-theme='dark'] .actionLink:hover::after {
991991
}
992992

993993
aside li.section-header > div > .menu__link,
994-
aside li.section-header > ul > li > div > .menu__link {
994+
.plugin-id-openapi aside li.section-header > ul > li > div > .menu__link {
995995
text-transform: uppercase;
996996
opacity: 0.8;
997997
font-size: 16px;

0 commit comments

Comments
 (0)