Fixed #775 : Made text not-selectable
This commit is contained in:
parent
94714ecb62
commit
e1dc1687fc
|
@ -17,6 +17,7 @@
|
|||
line-height: 23px;
|
||||
cursor: pointer;
|
||||
color: var(--lightTextColor);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.checkbox__label::before {
|
||||
|
|
Loading…
Reference in New Issue