You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js/modules/fomantic
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.
10 months ago
..
api.js Move some JS code from `fomantic.js` to standalone files (#27994) 1 year ago
aria.md Remove fomantic checkbox module (#30162) 10 months ago
base.js Move some JS code from `fomantic.js` to standalone files (#27994) 1 year ago
checkbox.js Fix unclickable checkboxes (#30195) 10 months ago
dropdown.js Remove jQuery class from the comment context menu (#30179) 10 months ago
modal.js Remove jQuery `.attr` from the Fomantic modal cancel buttons (#30113) 10 months ago
transition.js Move some JS code from `fomantic.js` to standalone files (#27994) 1 year ago