]> source.dussan.org Git - gitea.git/commit
Dropdowns, Labels fixes and more CSS tweaks (#13733)
authorsilverwind <me@silverwind.io>
Sun, 29 Nov 2020 06:22:04 +0000 (07:22 +0100)
committerGitHub <noreply@github.com>
Sun, 29 Nov 2020 06:22:04 +0000 (01:22 -0500)
commite00a3554279d314a4dab4ce11bdd86707201d0d2
treefaad207d4afb3921143d78a59b1465b068648049
parentda4bb6fc4ef552865816303fc9c0db25509ff626
Dropdowns, Labels fixes and more CSS tweaks (#13733)

* Dropdowns and Labels fixes

- Rework dropdown, menu and label styles
- Improve issue sidebar milestone and label sections
- Fix archived repo and private org badge
- Move more colors to CSS vars
- Move issue number to end of title on issue page

* more dropdown fixes

* fix basic blue labels - fixes #13731

* improve class setting on svg

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
17 files changed:
templates/explore/repo_list.tmpl
templates/org/home.tmpl
templates/repo/header.tmpl
templates/repo/home.tmpl
templates/repo/issue/milestone_issues.tmpl
templates/repo/issue/new_form.tmpl
templates/repo/issue/view_content/sidebar.tmpl
templates/repo/issue/view_title.tmpl
templates/repo/release/new.tmpl
templates/repo/sub_menu.tmpl
web_src/js/index.js
web_src/js/svg.js
web_src/less/_base.less
web_src/less/_organization.less
web_src/less/_repository.less
web_src/less/helpers.less
web_src/less/themes/theme-arc-green.less