]> source.dussan.org Git - gitea.git/commit
Button and color enhancements (#24989)
authorsilverwind <me@silverwind.io>
Fri, 9 Jun 2023 08:37:47 +0000 (10:37 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 08:37:47 +0000 (08:37 +0000)
commit623b3b590e0bcf0460c6cd9376996cb6fe221747
tree438acdf6a0bb59f1e03682d94a07dbb091a2b11a
parent3c6aa8d3e19e2e558336e89aebc17d8adcf06350
Button and color enhancements (#24989)

- Various corrections to button styles, especially secondary
- Remove focus highlight, it's annoying when it stays on button after
press
- Clearly define ghost and link buttons with demos in devtest
- Remove black, grey and tertiary buttons, they should not be used
- Make `arc-green` slightly darker

<img width="1226" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/8d89786a-01ab-40f8-ae5a-e17f40e35084">
<img width="1249" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/83651e6d-3c27-46ff-b8bd-ff344d70e949">

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
31 files changed:
templates/base/modal_actions_confirm.tmpl
templates/devtest/gitea-ui.tmpl
templates/devtest/list.tmpl
templates/org/settings/labels.tmpl
templates/repo/blame.tmpl
templates/repo/branch/list.tmpl
templates/repo/cite/cite_modal.tmpl
templates/repo/commit_statuses.tmpl
templates/repo/diff/blob_excerpt.tmpl
templates/repo/diff/box.tmpl
templates/repo/diff/section_split.tmpl
templates/repo/diff/section_unified.tmpl
templates/repo/home.tmpl
templates/repo/issue/labels.tmpl
templates/repo/issue/labels/edit_delete_label.tmpl
templates/repo/issue/list.tmpl
templates/repo/issue/view_content.tmpl
templates/repo/issue/view_title.tmpl
templates/repo/release/new.tmpl
templates/repo/view_file.tmpl
templates/shared/issuelist.tmpl
templates/user/notification/notification_div.tmpl
templates/user/settings/applications_oauth2_edit_form.tmpl
web_src/css/base.css
web_src/css/helpers.css
web_src/css/modules/button.css
web_src/css/repo.css
web_src/css/repo/list-header.css
web_src/css/shared/issuelist.css
web_src/css/themes/theme-arc-green.css
web_src/js/components/RepoActionView.vue