gitea/web_src/css
silverwind eddf875992
Some checks failed
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-container (push) Has been cancelled
Remove fomantic form module (#36222)
- Replace fomantic form CSS with custom module
- Moved code in `form.css` to `modules/form.css`, removed around 70% of
the previous module.
- Moved captcha styles previously in `form.css` to its own file.

There is probably more unused CSS, like form error state colors which to
my knowledge is not used anywhere, but I'm not sure about that one so I
kept it.

One notable change is the removal of `type` combinator here, which
lowers the selector specificity and I noticed one issue where selector
`.ui.search > .prompt` was winning, so I added a workaround for that
until the `search` module can be removed as well.

```css
.ui.form .fields.error .field input:not([type])
.ui.form .fields.error .field input[type="date"]
```

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
2025-12-23 18:21:47 +01:00
..
chroma
codemirror
editor Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +08:00
features Remove fomantic form module (#36222) 2025-12-23 18:21:47 +01:00
markup Improve and fix markup code preview rendering (#35777) 2025-10-30 05:15:42 +00:00
modules Remove fomantic form module (#36222) 2025-12-23 18:21:47 +01:00
repo Automatic generation of release notes (#35977) 2025-12-17 02:01:19 +00:00
shared Refactor some trivial problems (#34959) 2025-07-05 23:19:33 +08:00
standalone Make external iframe render work (#35730) 2025-10-23 08:01:38 +00:00
themes Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +08:00
actions.css Misc CSS fixes (#34638) 2025-06-07 19:57:07 +02:00
admin.css Update JS and PY deps (#35191) 2025-08-01 07:24:26 +00:00
base.css Fix code highlighting on blame page (#36157) 2025-12-14 12:40:55 +02:00
dashboard.css
explore.css Fix and/or comment some legacy CSS problems (#33015) 2024-12-28 11:51:38 +00:00
font_i18n.css
helpers.css Replace gt-word-break with tw-break-anywhere (#31183) 2024-06-04 13:57:11 +00:00
home.css Support selecting theme on the footer (#35741) 2025-10-28 18:25:00 +08:00
index.css Remove fomantic form module (#36222) 2025-12-23 18:21:47 +01:00
install.css Fix some UI problems (install/checkbox) (#30854) 2024-05-06 06:32:05 +00:00
org.css Clean up legacy form CSS styles (#33081) 2025-01-03 04:01:19 +00:00
repo.css Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +08:00
review.css Misc CSS fixes (#35888) 2025-11-19 03:02:41 +00:00
user.css Fix overflow in notifications list (#35446) 2025-09-10 13:05:35 +00:00