We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b768d47 commit 59fe0f1Copy full SHA for 59fe0f1
1 file changed
src/css/custom.css
@@ -143,9 +143,10 @@ html.plugin-id-legacy-policies .navbar-download-btn {
143
}
144
145
146
-/* Hide search bar on non-docs pages */
147
-body .DocSearch-Button { display: none; }
148
-html.docs-doc-page:not(.plugin-id-legacy-policies) body .DocSearch-Button { display: flex; }
+/* Only show the search box on docs pages and not on the legacy policies section */
+html:not(.plugin-docs) .DocSearch-Button, html.plugin-id-legacy-policies .DocSearch-Button {
+ display: none;
149
+}
150
151
/* DocSearch button styling */
152
body .DocSearch-Button {
0 commit comments