You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/repo/issue
wxiaoguang 48e3e38ee0
Clean up polluted styles and remove dead CSS code (#24497)
Follow #24393


The funny history:

* At the beginning, `.ui.message` was polluted by `text-align: center`
* Then people do `<div class="ui ... message text left">`
* But `.ui.left` is polluted by `float: left`
* Then people do `#xxx .ui.message { width: 100% !important;}`

The code just becomes more and more hacky.

After removing the pollution,  everything becomes clear and straight.


And, this PR also does:

1. Remove the `package.css`, its styles could be provided by `top
aligned`
2. Remove `#avatar-arrow`, dead code



Screenshot:


![image](https://user-images.githubusercontent.com/2114189/235862130-a9eb5d8f-7d01-457c-99f7-21d0abc3075e.png)


![image](https://user-images.githubusercontent.com/2114189/235862222-139709a7-95c2-4f89-a40f-100b2d76d9bb.png)

Co-authored-by: Giteabot <teabot@gitea.io>
2 years ago
..
fields Replace remaining fontawesome dropdown icons with SVG (#24455) 2 years ago
labels Remove `font-awesome` and fomantic `icon` module (#24471) 2 years ago
milestone Improve milestone filter on issues page (#22423) 2 years ago
view_content Clean up polluted styles and remove dead CSS code (#24497) 2 years ago
branch_selector_field.tmpl Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950) 2 years ago
choose.tmpl Implement Issue Config (#20956) 2 years ago
comment_tab.tmpl Improve markdown editor: width, height, preferred (#23895) 2 years ago
label_precolors.tmpl Fix purple color in suggested label colors (#18241) 3 years ago
labels.tmpl Convert `<div class="button">` to `<button class="button">` (#23337) 2 years ago
list.tmpl Improve issue list filter (#24425) 2 years ago
milestone_issues.tmpl Improve issue list filter (#24425) 2 years ago
milestone_new.tmpl Add main landmark to templates and adjust titles (#22670) 2 years ago
milestones.tmpl Rework header bar on issue, pull requests and milestone (#24420) 2 years ago
navbar.tmpl Rework header bar on issue, pull requests and milestone (#24420) 2 years ago
new.tmpl Add main landmark to templates and adjust titles (#22670) 2 years ago
new_form.tmpl Improve milestone filter on issues page (#22423) 2 years ago
openclose.tmpl Rework header bar on issue, pull requests and milestone (#24420) 2 years ago
search.tmpl Rework header bar on issue, pull requests and milestone (#24420) 2 years ago
view.tmpl Add main landmark to templates and adjust titles (#22670) 2 years ago
view_content.tmpl Improve some modal action buttons (#24289) 2 years ago
view_title.tmpl Use data-tooltip-content for tippy tooltip (#23649) 2 years ago