forgejo/web_src/css
Giteabot d573c22a98
Fix unclickable checkboxes (#30195) (#30199)
Backport #30195 by @silverwind

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.

Co-authored-by: silverwind <me@silverwind.io>
(cherry picked from commit 9d38c4d60ef5bd015e1430386e38d9f32e050f8f)
2024-04-08 11:30:27 +02:00
..
chroma [Port] gitea#30014: Various code view improvements 2024-03-28 16:43:14 +01:00
codemirror Remove EasyMDE focus outline on text (#25328) 2023-06-18 04:10:07 +00:00
editor Clean up diff header css and reduce global textarea min-height (#29232) 2024-02-19 22:58:33 +01:00
features Drag-and-drop improvements for projects and issue pins (#29875) 2024-03-30 07:17:31 +01:00
markup [PORT] gitea#30282: Markup color and font size fixes 2024-04-07 19:53:55 +00:00
modules Fix unclickable checkboxes (#30195) (#30199) 2024-04-08 11:30:27 +02:00
repo Remove fomantic checkbox module (#30162) (#30168) 2024-04-08 11:28:31 +02:00
shared Migrate gt-hidden to tw-hidden (#30046) 2024-03-30 07:17:29 +01:00
standalone Add toasts to UI (#25449) 2023-06-27 02:45:24 +00:00
themes [PORT] gitea#30282: Markup color and font size fixes 2024-04-07 19:53:55 +00:00
actions.css Replace 10 more gt- classes with tw- (#29945) 2024-03-26 19:04:27 +01:00
admin.css User details page (#26713) 2023-08-31 11:21:18 +02:00
base.css Remove fomantic checkbox module (#30162) (#30168) 2024-04-08 11:28:31 +02:00
dashboard.css Remove fomantic label module (#30081) 2024-03-30 07:17:31 +01:00
explore.css [Port] gitea#29982 Introduce .secondary-nav and handle .page-content spacing universally 2024-03-28 16:43:09 +01:00
font_i18n.css Fix @font-face overrides (#24855) 2023-05-24 01:48:51 +00:00
form.css Remove fomantic checkbox module (#30162) (#30168) 2024-04-08 11:28:31 +02:00
helpers.css Migrate font-family to tailwind (#30118) 2024-03-30 07:17:32 +01:00
home.css [BRANDING] Add Forgejo light, dark, and auto themes 2024-02-05 16:02:13 +01:00
index.css Remove fomantic checkbox module (#30162) (#30168) 2024-04-08 11:28:31 +02:00
install.css Make "install page" respect environment config (#25648) 2023-07-09 22:43:37 +00:00
org.css Remove fomantic checkbox module (#30162) (#30168) 2024-04-08 11:28:31 +02:00
repo.css Add opacity and grayscale to archived labels 2024-04-03 20:14:39 +00:00
review.css Fix: The interface is broken when modifying code comments under mobile devices (#30125) 2024-03-30 07:17:31 +01:00
user.css [v7.0/forgejo] Add optional pronoun field in user settings (#3076) 2024-04-06 13:23:43 +00:00