Skip to content

Commit

Permalink
Drop reforge search box comment
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Jun 12, 2023
1 parent edda531 commit 254442c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion site/content/docs/5.3/components/orange-navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ You can add a search input into your Global header.
</header>
</div>

<!-- todo : reforge search box when .dark-input -->
```html
<header>
<nav class="navbar navbar-dark bg-dark navbar-expand-lg" aria-label="Global navigation - With search box example">
Expand Down
1 change: 0 additions & 1 deletion site/layouts/shortcodes/orange-global-headers.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ <h1 class="title">Title</h1>
{{- end }}
{{- if eq $mode "search" }}
<form class="d-flex d-none d-lg-flex col-3 navbar-item" role="search">
<!-- todo : reforge when .dark-input -->
<input class="form-control bg-transparent text-white border border-2 border-dark" type="search" placeholder="Search" aria-label="Search">
</form>
{{- end }}
Expand Down

0 comments on commit 254442c

Please sign in to comment.