mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
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:
parent
ce35a2d0ab
commit
4e4ae0a7d0
2 changed files with 5 additions and 2 deletions
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
.label {
|
||||
margin-left: 10px;
|
||||
user-select: none; /* disable text selection when clicking to toggle the checkbox */
|
||||
}
|
||||
|
||||
.input {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue