gitea/web_src/css
silverwind aff7b7bdd2
Remove obsolete CSS text classes ()
- `.text-thin` and `.text-italic` are not present in CSS so were doing nothing and I removed them.
- `.text.middle` was unused so I removed it.
- `.text.italic` is replaced with `tw-italic`.
- `.text.normal` had exactly one use and it wasn't even needed.
- add a `muted` class to the link to `org_profile_avatar.tmpl`.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
..
chroma Various code view improvements ()
codemirror Remove EasyMDE focus outline on text ()
editor Clean up diff header css and reduce global textarea min-height ()
features Fix and rewrite contrast color calculation, fix project-related bugs ()
markup Markup color and font size fixes ()
modules Tweak and fix toggle checkboxes ()
repo Tweak repo buttons on mobile and labeled button border-radius ()
shared Migrate `gt-hidden` to `tw-hidden` ()
standalone Add toasts to UI ()
themes Minor color tweaks ()
actions.css Fix various overflows on actions view ()
admin.css User details page ()
base.css Remove obsolete CSS text classes ()
dashboard.css Pulse page improvements ()
explore.css Introduce `.secondary-nav` and handle `.page-content` spacing universally ()
font_i18n.css Fix `@font-face` overrides ()
form.css Expose fuzzy search for issues/pulls ()
helpers.css Remove fomantic button module ()
home.css avoid hard-coding height in language dropdown menu ()
index.css Remove fomantic menu module ()
install.css Fix install page checkboxes and dropdown width ()
org.css Remove fomantic checkbox module ()
repo.css Fix repo home UI when there is no repo description ()
review.css Fix: The interface is broken when modifying code comments under mobile devices ()
user.css Introduce `.secondary-nav` and handle `.page-content` spacing universally ()