gitea/web_src
silverwind 17b802beae
Clean up checkbox cursor styles (#37016)
1. Remove non-functional `label:enabled` selector (`:enabled` only works
on [form controls](https://html.spec.whatwg.org/multipage/semantics-other.html#concept-element-disabled), not labels)
2. Remove `cursor: auto` which caused an I-beam text selection cursor on checkbox labels. The default browser styles work find and show regular cursor.
3. Remove `cursor: pointer` on checkbox itself, opinionated and not needed.

Co-authored-by: Claude (Opus 4.6) <noreply@anthropic.com>
2026-03-28 08:59:52 +01:00
..
css Clean up checkbox cursor styles (#37016) 2026-03-28 08:59:52 +01:00
fomantic Migrate fomantic `search` and `modal` CSS to first-party modules (#36869) 2026-03-17 07:07:48 +01:00
js Add e2e tests for server push events (#36879) 2026-03-27 11:49:11 +01:00
svg Support blue yellow colorblind theme (#35910) 2025-11-11 18:21:15 +00:00