0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-08 23:13:48 +02:00

Allow text selection on checkbox labels (#36970)

Remove `user-select: none` from checkbox labels to allow text selection
which is sometimes useful.

---------

Signed-off-by: silverwind <me@silverwind.io>
Co-authored-by: Claude (Opus 4.6) <noreply@anthropic.com>
This commit is contained in:
silverwind 2026-03-25 08:40:46 +01:00 committed by GitHub
parent e24c3f7a40
commit bb1e22bba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,6 @@ input[type="checkbox"]:indeterminate::before {
cursor: auto; cursor: auto;
position: relative; position: relative;
display: block; display: block;
user-select: none;
} }
.ui.checkbox label, .ui.checkbox label,