Use downshift-js for better search bar experience

This commit is contained in:
2022-02-06 20:45:18 -05:00
parent 86a7516c3b
commit 6005028439
4 changed files with 106 additions and 88 deletions

View File

@@ -44,3 +44,7 @@
.search-results li:first-child {
border-top: none;
}
.highlighted-result {
background-color: #bde4ff;
}