diff options
author | Lauris BH <lauris@nix.lv> | 2017-10-17 10:24:43 +0300 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-10-17 02:24:43 -0500 |
commit | af4a094e5d1be13c0fe863c1cd6e56c62b1a9b79 (patch) | |
tree | 66c9c2a9cc65762541d380a30d3b23348a75d8e1 /templates | |
parent | f4190f8df869ce3031b705089fc9340c8d1862aa (diff) | |
download | gitea-af4a094e5d1be13c0fe863c1cd6e56c62b1a9b79.tar.gz gitea-af4a094e5d1be13c0fe863c1cd6e56c62b1a9b79.zip |
Fix semantic-ui style conflict with v-cloak (#2722)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/branch_dropdown.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/branch_dropdown.tmpl b/templates/repo/branch_dropdown.tmpl index fbefccc3f0..6b9343ac0e 100644 --- a/templates/repo/branch_dropdown.tmpl +++ b/templates/repo/branch_dropdown.tmpl @@ -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"}}..."> |