Remove polluted ".ui.left" style (#26809)
This commit is contained in:
parent
2590707122
commit
1bb9b1c4d9
4 changed files with 5 additions and 36 deletions
|
@ -15,7 +15,7 @@
|
|||
</a>
|
||||
</h4>
|
||||
<div class="ui attached segment repos-search">
|
||||
<div class="ui fluid right action left icon input" :class="{loading: isLoading}">
|
||||
<div class="ui fluid action left icon input" :class="{loading: isLoading}">
|
||||
<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>
|
||||
<div class="ui dropdown icon button" :title="textFilter">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue