diff options
author | silverwind <me@silverwind.io> | 2024-04-14 19:53:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 17:53:52 +0000 |
commit | 99463532820d7a88cdea88e66e0606b996cc9fc7 (patch) | |
tree | 85c5a09452eeeb3a4636cce9be861df698223115 /templates/user/settings | |
parent | 4c6e2da088cf092a9790df5c84b7b338508fede7 (diff) | |
download | gitea-99463532820d7a88cdea88e66e0606b996cc9fc7.tar.gz gitea-99463532820d7a88cdea88e66e0606b996cc9fc7.zip |
Remove fomantic button module (#30475)
CSS-only module. Button colors are reduced to this:
<img width="639" alt="Screenshot 2024-04-14 at 15 36 07"
src="https://github.com/go-gitea/gitea/assets/115237/882d6c02-d1de-44f2-b707-db02a9f5070d">
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'templates/user/settings')
-rw-r--r-- | templates/user/settings/applications.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/settings/applications.tmpl b/templates/user/settings/applications.tmpl index 5e2ffc3bb3..8baa07c90b 100644 --- a/templates/user/settings/applications.tmpl +++ b/templates/user/settings/applications.tmpl @@ -109,7 +109,7 @@ <div class="content"> <p>{{ctx.Locale.Tr "settings.access_token_deletion_desc"}}</p> </div> - {{template "base/modal_actions_confirm" (dict "ModalButtonColors" "yellow")}} + {{template "base/modal_actions_confirm"}} </div> {{template "user/settings/layout_footer" .}} |