Browse Source

Fix semantic-ui style conflict with v-cloak (#2722)

tags/v1.3.0-rc1
Lauris BH 6 years ago
parent
commit
af4a094e5d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      templates/repo/branch_dropdown.tmpl

+ 1
- 1
templates/repo/branch_dropdown.tmpl View File

@@ -16,7 +16,7 @@
<div class="item tag {{if eq $.BranchName .}}selected{{end}}" data-url="{{$.RepoLink}}/{{if $.PageIsCommits}}commits{{else}}src{{end}}/{{EscapePound .}}{{if $.TreePath}}/{{EscapePound $.TreePath}}{{end}}">{{.}}</div>
{{end}}
</div>
<div class="menu transition visible" v-if="menuVisible" v-cloak>
<div class="menu transition" :class="{visible: menuVisible}" v-if="menuVisible" v-cloak>
<div class="ui icon search input">
<i class="filter icon"></i>
<input name="search" ref="searchField" v-model="searchTerm" @keydown="keydown($event)" placeholder="{{.i18n.Tr "repo.filter_branch_and_tag"}}...">

Loading…
Cancel
Save