mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	Remove fomantic input module (#30194)
Another pure CSS module. Some styling is part of the `form` module which will likely follow next.
This commit is contained in:
		| @@ -355,9 +355,9 @@ export default sfc; // activate the IDE's Vue plugin | ||||
|         </a> | ||||
|       </h4> | ||||
|       <div class="ui attached segment repos-search"> | ||||
|         <div class="ui small fluid action left icon input" :class="{loading: isLoading}"> | ||||
|         <div class="ui small fluid action left icon input"> | ||||
|           <input type="search" spellcheck="false" maxlength="255" @input="changeReposFilter(reposFilter)" v-model="searchQuery" ref="search" @keydown="reposFilterKeyControl" :placeholder="textSearchRepos"> | ||||
|           <i class="icon"><svg-icon name="octicon-search" :size="16"/></i> | ||||
|           <i class="icon loading-icon-3px" :class="{'is-loading': isLoading}"><svg-icon name="octicon-search" :size="16"/></i> | ||||
|           <div class="ui dropdown icon button" :title="textFilter"> | ||||
|             <svg-icon name="octicon-filter" :size="16"/> | ||||
|             <div class="menu"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 silverwind
					silverwind