Skip to content

Commit 1c2dbd7

Browse files
committed
fix dropdown style
1 parent e885d34 commit 1c2dbd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/install.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<label>{{.i18n.Tr "install.db_type"}}</label>
1717
<div class="ui selection database type dropdown">
1818
<input type="hidden" id="db_type" name="db_type" value="{{.CurDbOption}}">
19-
<div class="default text">{{.CurDbOption}}</div>
19+
<div class="text">{{.CurDbOption}}</div>
2020
<i class="dropdown icon"></i>
2121
<div class="menu">
2222
{{range .DbOptions}}

templates/repo/settings/options.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<label>{{.i18n.Tr "repo.default_branch"}}</label>
3333
<div class="ui selection dropdown">
3434
<input type="hidden" id="branch" name="branch" value="{{.Repository.DefaultBranch}}">
35-
<div class="default text">{{.Repository.DefaultBranch}}</div>
35+
<div class="text">{{.Repository.DefaultBranch}}</div>
3636
<i class="dropdown icon"></i>
3737
<div class="menu">
3838
{{range .Branches}}

0 commit comments

Comments
 (0)