mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	re-add aria-label to search button for screen readers
This was added by https://github.com/TryGhost/Casper/pull/896 but then appears to have been accidentally reverted in the merge of https://github.com/TryGhost/Casper/pull/906
This commit is contained in:
		
				
					committed by
					
						
						Sodbileg Gansukh
					
				
			
			
				
	
			
			
			
						parent
						
							a007415d89
						
					
				
				
					commit
					248c122f86
				
			@@ -31,7 +31,7 @@
 | 
				
			|||||||
                        {{@site.title}}
 | 
					                        {{@site.title}}
 | 
				
			||||||
                    {{/if}}
 | 
					                    {{/if}}
 | 
				
			||||||
                </a>
 | 
					                </a>
 | 
				
			||||||
                <button class="gh-search gh-icon-btn" data-ghost-search>{{> "icons/search"}}</button>
 | 
					                <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search>{{> "icons/search"}}</button>
 | 
				
			||||||
                <button class="gh-burger"></button>
 | 
					                <button class="gh-burger"></button>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -39,7 +39,7 @@
 | 
				
			|||||||
                {{navigation}}
 | 
					                {{navigation}}
 | 
				
			||||||
                {{#unless @site.members_enabled}}
 | 
					                {{#unless @site.members_enabled}}
 | 
				
			||||||
                    {{#match @custom.navigation_layout "Stacked"}}
 | 
					                    {{#match @custom.navigation_layout "Stacked"}}
 | 
				
			||||||
                        <button class="gh-search gh-icon-btn" data-ghost-search>{{> "icons/search"}}</button>
 | 
					                        <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search>{{> "icons/search"}}</button>
 | 
				
			||||||
                    {{/match}}
 | 
					                    {{/match}}
 | 
				
			||||||
                {{/unless}}
 | 
					                {{/unless}}
 | 
				
			||||||
            </nav>
 | 
					            </nav>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user