gitea/web_src/css/features
silverwind eddf875992
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
..
captcha.css Remove fomantic form module (#36222) 2025-12-23 18:21:47 +01:00
codeeditor.css Code editor theme enhancements (#31629) 2024-07-14 23:22:48 +00:00
colorpicker.css Update stylelint, enable `report*` options (#35236) 2025-08-08 16:52:49 +00:00
console.css Forbid deprecated `break-word` in CSS (#30934) 2024-05-10 12:25:49 +00:00
cropper.css Add cropping support when modifying the user/org/repo avatar (#33498) 2025-02-06 21:07:44 +08:00
dropzone.css Unify `border-radius` behavior (#26770) 2023-08-28 19:43:59 +00:00
expander.css Merge and tweak markup editor expander CSS (#34409) 2025-05-09 17:14:21 +02:00
gitgraph.css Fix git graph page (#34948) 2025-07-04 15:41:19 +00:00
heatmap.css Contribution heatmap improvements (#35876) 2025-11-06 09:23:48 +01:00
imagediff.css Fix SVG size calulation, only use `style` attribute (#36133) 2025-12-12 09:39:02 +02:00
projects.css Improve project & label color picker and image scroll (#34971) 2025-07-06 23:37:26 +08:00