1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-10 15:38:21 +01:00
gitea/services/markup
silverwind 6e7991316c
Refactor text utility classes to Tailwind CSS (#36703)
Replace Fomantic/custom CSS text utility classes with their Tailwind
equivalents:

- `.text.<color>` compound classes → `tw-text-<color>` classes
- `.text.small` (`font-size: 0.75em`) → `tw-text-xs` (11px)
- `.text.truncate` (`overflow-x: hidden; text-overflow: ellipsis;
white-space: nowrap; display: inline-block`) → `tw-inline-block
tw-truncate`

Remove the now-unused CSS rules from `base.css` and `dashboard.css`.

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 22:56:33 +00:00
..
main_test.go Add sub issue list support (#32940) 2024-12-24 01:54:19 +00:00
renderhelper_codepreview_test.go Refactor template render (#36438) 2026-01-24 05:11:49 +00:00
renderhelper_codepreview.go Improve and fix markup code preview rendering (#35777) 2025-10-30 05:15:42 +00:00
renderhelper_issueicontitle_test.go Refactor text utility classes to Tailwind CSS (#36703) 2026-02-22 22:56:33 +00:00
renderhelper_issueicontitle.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
renderhelper_mention_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
renderhelper.go Fix context usage (#33554) 2025-02-11 16:46:03 +08:00