Skip to content

Commit 6d77747

Browse files
authored
Merge pull request #52589 from lmktfy/20250929_docsy_custom_form_control
Update classes for custom search input
2 parents e627aad + 39fc67f commit 6d77747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/search-input-custom.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
{{ else }}
1313
data-search-page="{{ "search/" | relURL }}"
1414
{{ end }}
15-
class="search-input td-search-input"
15+
class="search-input custom-form-control td-search-input"
1616
placeholder="{{ T "ui_search" }}"
1717
aria-label="{{ T "ui_search" }}"
1818
autocomplete="off"
1919
>
20-
</div>
20+
</div>

0 commit comments

Comments
 (0)