mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	improve search
- fix menu element becoming inactive
      change class active -> focus
    - set input type seach #198
    - add a reset func
    - add script to clear searchbox
      when clicked on X sign
			
			
This commit is contained in:
		| @@ -21,8 +21,8 @@ | ||||
| </header> | ||||
|  | ||||
| <div id="searchbox"> | ||||
|     <input id="searchInput" autofocus placeholder="{{.Title}} ↵" aria-label="search"> | ||||
|     <input id="searchInput" autofocus placeholder="{{.Title}} ↵" aria-label="search" type="search"> | ||||
|     <ul id="searchResults" aria-label="search results"></ul> | ||||
| </div> | ||||
|  | ||||
| {{- end  }}{{/* end main */}} | ||||
| {{- end }}{{/* end main */}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange