diff options
author | Giteabot <teabot@gitea.io> | 2023-06-25 02:35:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-25 14:35:26 +0800 |
commit | 85bad22ff86bd76b43d6ad4144bf91c4fb9e619e (patch) | |
tree | 87358b4250f61170a72bc6b8af6d9a2e8f5867b5 /templates/repo | |
parent | 71d2a6a41a7fea7a71efa125f47567b5cb5ba56a (diff) | |
download | gitea-85bad22ff86bd76b43d6ad4144bf91c4fb9e619e.tar.gz gitea-85bad22ff86bd76b43d6ad4144bf91c4fb9e619e.zip |
Fine tune "dropdown button" icon (#25442) (#25499)
Backport #25442 by @wxiaoguang
![image](https://github.com/go-gitea/gitea/assets/2114189/143e043d-85c9-43a4-85ae-ca55f507f738)
----
![image](https://github.com/go-gitea/gitea/assets/2114189/bcba03a5-732e-4139-bc35-96a7f8bfcb88)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/commit_page.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/repo/commit_page.tmpl b/templates/repo/commit_page.tmpl index 5e26c04fd8..9fdb123f79 100644 --- a/templates/repo/commit_page.tmpl +++ b/templates/repo/commit_page.tmpl @@ -26,7 +26,8 @@ {{.locale.Tr "repo.diff.browse_source"}} </a> {{if and ($.Permission.CanWrite $.UnitTypeCode) (not $.Repository.IsArchived) (not .IsDeleted)}}{{- /* */ -}} - <div class="ui primary tiny floating dropdown icon button">{{.locale.Tr "repo.commit.operations"}} + <div class="ui dropdown primary tiny button"> + {{.locale.Tr "repo.commit.operations"}} {{svg "octicon-triangle-down" 14 "dropdown icon"}} <div class="menu"> <div class="ui header">{{.locale.Tr "repo.commit.operations"}}</div> |