mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Merge pull request #2310 from SecularSteve/SecularSteve-delete-search-improvement
Replaced "delete-search" icon as (⨉) instead of (x)
This commit is contained in:
		
						commit
						867d4678c3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -25,7 +25,7 @@
 | 
				
			||||||
                @focus="onInputFocus"
 | 
					                @focus="onInputFocus"
 | 
				
			||||||
                @blur="onInputBlur"
 | 
					                @blur="onInputBlur"
 | 
				
			||||||
            />
 | 
					            />
 | 
				
			||||||
            <span v-if="searchText" class="delete-search" @click="searchText = ''">x</span>
 | 
					            <span v-if="searchText" class="delete-search" @click="searchText = ''">⨉</span>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <!-- three vertical lines for toggling the hamburger menu on mobile -->
 | 
					        <!-- three vertical lines for toggling the hamburger menu on mobile -->
 | 
				
			||||||
        <button class="md:hidden flex flex-col justify-end mr-3" @click="showTopNav = !showTopNav">
 | 
					        <button class="md:hidden flex flex-col justify-end mr-3" @click="showTopNav = !showTopNav">
 | 
				
			||||||
| 
						 | 
					@ -100,7 +100,7 @@
 | 
				
			||||||
            @focus="onInputFocus"
 | 
					            @focus="onInputFocus"
 | 
				
			||||||
            @blur="onInputBlur"
 | 
					            @blur="onInputBlur"
 | 
				
			||||||
        />
 | 
					        />
 | 
				
			||||||
        <span v-if="searchText" class="delete-search" @click="searchText = ''">x</span>
 | 
					        <span v-if="searchText" class="delete-search" @click="searchText = ''">⨉</span>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <SearchSuggestions
 | 
					    <SearchSuggestions
 | 
				
			||||||
        v-show="(searchText || showSearchHistory) && suggestionsVisible"
 | 
					        v-show="(searchText || showSearchHistory) && suggestionsVisible"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue