Skip to content

Commit

Permalink
back to basic with search
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed Jan 10, 2025
1 parent 504b416 commit 699fb00
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 434 deletions.
1 change: 0 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ const config: Config = {
customCss: [
"./src/css/custom.css",
"./src/css/admonition.css",
"./src/css/docsearch.css",
"./src/css/all.css",
"./src/css/theming.css",
"./src/css/prism.css",
Expand Down
13 changes: 0 additions & 13 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -712,11 +712,6 @@ hr {
padding: 0;
}

.DocSearch-Logo path,
.DocSearch-Logo rect {
fill: var(--docsearch-muted-color);
}

.navbar {
box-shadow: none;
border-bottom: 1px solid var(--border-color);
Expand Down Expand Up @@ -1011,10 +1006,6 @@ hr {
background-size: 100% 2px;
}

.DocSearch-Button:hover {
background: var(--docsearch-searchbox-background);
}

.theme-doc-sidebar-item-link-level-2:first-of-type {
display: none;
}
Expand Down Expand Up @@ -1313,10 +1304,6 @@ body:has(.navbar-sidebar--show) > div:first-of-type {
}
}

.DocSearch .DocSearch-HitsFooter > a {
display: none;
}

.select-container {
> div:first-child {
height: 38px;
Expand Down
141 changes: 0 additions & 141 deletions src/css/docsearch.css

This file was deleted.

Loading

0 comments on commit 699fb00

Please sign in to comment.