mirror of https://github.com/go-gitea/gitea.git
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.
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. |
11 months ago | |
---|---|---|
.. | ||
components | 11 months ago | |
features | 11 months ago | |
markup | 11 months ago | |
modules | 11 months ago | |
render | 1 year ago | |
standalone | 11 months ago | |
utils | 11 months ago | |
vendor | 1 year ago | |
webcomponents | 11 months ago | |
bootstrap.js | 11 months ago | |
bootstrap.test.js | 1 year ago | |
htmx.js | 1 year ago | |
index.js | 11 months ago | |
jquery.js | 11 months ago | |
svg.js | 11 months ago | |
svg.test.js | 1 year ago | |
utils.js | 1 year ago | |
utils.test.js | 1 year ago | |
vitest.setup.js | 1 year ago |