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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user