Allow text selection on checkbox labels (#36970)
release-nightly / nightly-container (push) Has been cancelled
cron-translations / crowdin-pull (push) Has been cancelled
cron-flake-updater / nix-flake-update (push) Has been cancelled
release-nightly / nightly-binary (push) Has been cancelled

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

---------

Signed-off-by: silverwind <[email protected]>
Co-authored-by: Claude (Opus 4.6) <[email protected]>
This commit is contained in:
silverwind
2026-03-25 07:40:46 +00:00
committed by GitHub
co-authored by Claude
parent e24c3f7a40
commit bb1e22bba4
-1
View File
@@ -101,7 +101,6 @@ input[type="checkbox"]:indeterminate::before {
cursor: auto;
position: relative;
display: block;
user-select: none;
}
.ui.checkbox label,