mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59: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}}
 | 
			
		||||
                    {{/if}}
 | 
			
		||||
                </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>
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
@@ -39,7 +39,7 @@
 | 
			
		||||
                {{navigation}}
 | 
			
		||||
                {{#unless @site.members_enabled}}
 | 
			
		||||
                    {{#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}}
 | 
			
		||||
                {{/unless}}
 | 
			
		||||
            </nav>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user