Toggle the checkbox when clicking on the label

Pretty sure the `user-select: none` could be employed
in other places aswell

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
This commit is contained in:
Kipras Melnikovas 2021-03-28 20:07:09 +03:00
parent ce35a2d0ab
commit 4e4ae0a7d0
No known key found for this signature in database
GPG key ID: AA505BC1C6D8AD90
2 changed files with 5 additions and 2 deletions

View file

@ -17,6 +17,7 @@
.label {
margin-left: 10px;
user-select: none; /* disable text selection when clicking to toggle the checkbox */
}
.input {