Removed placeholder when search input is focused

This commit is contained in:
squidfunk
2020-10-04 15:24:21 +02:00
parent d1a6f592fd
commit e277ad635b
13 changed files with 123 additions and 17 deletions

View File

@@ -35,6 +35,7 @@ type TranslateKey =
| "search.config.lang" /* Search language */
| "search.config.pipeline" /* Search pipeline */
| "search.config.separator" /* Search separator */
| "search.placeholder" /* Search */
| "search.result.placeholder" /* Type to start searching */
| "search.result.none" /* No matching documents */
| "search.result.one" /* 1 matching document */