gitea/web_src/js
silverwind 640850e15f
Fix unclickable checkboxes (#30195)
Fix https://github.com/go-gitea/gitea/issues/30185, regression from
https://github.com/go-gitea/gitea/pull/30162.

The checkboxes were unclickable because the label was positioned over
the checkbox with `padding`. Now it uses `margin` so the checkbox itself
will be clickable in all cases.

Secondly, I changed the for/id linking to also add missing `for`
attributes when `id` is present. The other way around (only `for`
present) is currently not handled and I think there are likey no
occurences in the code and introducing new non-generated `id`s might
cause problems elsewhere if we do, so I skipped on that.
2024-03-31 02:00:58 +02:00
..
components Migrate font-family to tailwind (#30118) 2024-03-28 08:31:07 +00:00
features Remove jQuery class from the issue author dropdown (#30188) 2024-03-30 22:14:57 +00:00
markup
modules Fix unclickable checkboxes (#30195) 2024-03-31 02:00:58 +02:00
render
standalone
utils Remove jQuery class from the diff view (#30176) 2024-03-29 18:51:44 +00:00
vendor
webcomponents
bootstrap.js
bootstrap.test.js
htmx.js
index.js replace jquery-minicolors with coloris (#30055) 2024-03-29 04:00:07 +01:00
jquery.js
svg.js
svg.test.js
utils.js
utils.test.js
vitest.setup.js