gitea/web_src/css/modules
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
..
animations.css Remove fomantic checkbox module (#30162) 2024-03-29 04:56:01 +00:00
breadcrumb.css
button.css Fix button hover border (#30048) 2024-03-25 10:14:43 +00:00
card.css
checkbox.css Fix unclickable checkboxes (#30195) 2024-03-31 02:00:58 +02:00
comment.css
container.css Remove fomantic container module (#30036) 2024-03-24 14:04:18 +00:00
divider.css
flexcontainer.css Fix flex container width (#28603) 2023-12-24 22:39:02 +08:00
grid.css Restore aligned grid column CSS (#30106) 2024-03-26 15:37:14 +00:00
header.css Remove fomantic header module (#30033) 2024-03-24 14:32:19 +01:00
label.css Remove fomantic label module (#30081) 2024-03-27 09:58:02 +00:00
message.css Various code view improvements (#30014) 2024-03-24 12:14:03 +00:00
modal.css
navbar.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 2024-03-22 23:54:09 +00:00
normalize.css
segment.css Fix:the rounded corners of the folded file are not displayed correctly (#29953) 2024-03-29 15:39:46 +00:00
select.css
svg.css
table.css Fix table alignment classes (#30144) 2024-03-27 21:47:40 +00:00
tippy.css Add `<overflow-menu>`, rename webcomponents (#29400) 2024-03-15 02:05:31 +00:00
toast.css