]> source.dussan.org Git - gitea.git/commit
Cleanup and use global style on popups (#17674)
authorsilverwind <me@silverwind.io>
Thu, 18 Nov 2021 03:26:50 +0000 (04:26 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Nov 2021 03:26:50 +0000 (11:26 +0800)
commit6874fe90e591fa1bfb4b0575b27d876ab544e6e0
treebeabcb9bd531347090c3f678d364cf02099b1274
parentc98dd7a3e0a08b1e890d6030dd51aae9dd45aaf9
Cleanup and use global style on popups (#17674)

* Cleanup and use global style on popups

- Fix typo 'poping' to 'popping'
- Remove most inline 'data-variation' attributes
- Initialize all popups with 'inverted tiny' variation

* misc tweaks

* rename to .tooltip, use jQuery

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
38 files changed:
templates/admin/auth/list.tmpl
templates/admin/notice.tmpl
templates/admin/user/edit.tmpl
templates/admin/user/new.tmpl
templates/base/head_navbar.tmpl
templates/install.tmpl
templates/org/team/new.tmpl
templates/repo/blame.tmpl
templates/repo/branch/list.tmpl
templates/repo/clone_buttons.tmpl
templates/repo/commits_table.tmpl
templates/repo/create.tmpl
templates/repo/diff/box.tmpl
templates/repo/diff/stats.tmpl
templates/repo/editor/edit.tmpl
templates/repo/editor/upload.tmpl
templates/repo/header.tmpl
templates/repo/home.tmpl
templates/repo/issue/view_content/comments_delete_time.tmpl
templates/repo/issue/view_content/pull.tmpl
templates/repo/issue/view_content/sidebar.tmpl
templates/repo/issue/view_title.tmpl
templates/repo/projects/view.tmpl
templates/repo/release/list.tmpl
templates/repo/release/new.tmpl
templates/repo/settings/collaboration.tmpl
templates/repo/settings/lfs.tmpl
templates/repo/settings/lfs_locks.tmpl
templates/repo/settings/options.tmpl
templates/repo/settings/webhook/history.tmpl
templates/repo/view_file.tmpl
templates/shared/issuelist.tmpl
templates/user/dashboard/repolist.tmpl
templates/user/profile.tmpl
templates/user/settings/keys_gpg.tmpl
templates/user/settings/profile.tmpl
web_src/js/components/DashboardRepoList.js
web_src/js/features/common-global.js