0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-22 15:25:05 +01:00

5 Commits

Author SHA1 Message Date
silverwind
5786d22cf6
Apply suggestion from @silverwind
Signed-off-by: silverwind <me@silverwind.io>
2026-02-13 06:45:19 +01:00
silverwind
f8f4f22daa
Restore line-height "em" units in dropdown CSS and disable stylelint rule
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 06:34:27 +01:00
silverwind
dbbf5e6f48
Restore missing fomantic dropdown CSS rules
Restore CSS rules from the original fomantic dropdown module that were
not carried over during the migration to a custom module. This fixes
image alignment in dropdown items (e.g. assignee filter avatars) and
restores rules for allowAdditions, empty selection state, and the
multi-select sizer span.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 18:51:08 +01:00
silverwind
a4d46ca1b4
Merge remote-tracking branch 'origin/main' into dropdowncss
* origin/main: (34 commits)
  Fine tune diff highlighting (#36592)
  Add code editor setting dropdowns (#36534)
  Update to go 1.26.0 and golangci-lint 2.9.0 (#36588)
  Improve diff highlighting (#36583)
  Fix markup code block layout (#36578)
  Remove striped tables in UI (#36509)
  Fix vertical alignment of `.commit-sign-badge` children (#36570)
  Fix mirror sync parser and fix mirror messages (#36504)
  Update JS and PY deps (#36576)
  Add viewer controller for mermaid (zoom, drag) (#36557)
  Misc typescript tweaks (#36523)
  Use full-file highlighting for diff sections (#36561)
  fix(diff): reprocess htmx content after loading more files (#36568)
  [skip ci] Updated translations via Crowdin
  Add wrap to runner label list (#36565)
  fix: add dnf5 command for Fedora in RPM package instructions (#36527)
  Enable pagination on GiteaDownloader.getIssueReactions() (#36549)
  Refactor merge conan and container auth preserve actions taskID (#36560)
  Fix assignee sidebar links and empty placeholder after #32465 refactor (#36559)
  Fix various version parsing problems (#36553)
  ...
2026-02-12 18:28:41 +01:00
silverwind
fae13bf489
Move Fomantic dropdown CSS to custom module
Moved fomantic dropdown css to custom module, tested on the dropdown
devtest page, it renders exactly the same as before while using roughly
half the CSS. The clean up was very conservative, likely more can be
done in the future.

Also, this fixes a bug present on main branch where dropdown border has
incorrect color on hover.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 00:07:21 +01:00