Skip to content

Commit eb86aa2

Browse files
fix: search bar accessibility in dark theme system. (#267)
1 parent 143b328 commit eb86aa2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ansys_sphinx_theme/theme/ansys_sphinx_theme/components/search-field.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
apiKey: "{{ API_KEY }}",
4242
indexUid: "{{ theme_use_meilisearch.index_uids.items()|first|first }}",
4343
inputSelector: "#search-bar-input",
44-
enableDarkMode: "auto",
4544
debug: true, // Set debug to true if you want to inspect the dropdown
4645
meilisearchOptions: {
4746
limit: 1000,

0 commit comments

Comments
 (0)