Merge pull request #789 from RCMainak/issue_775
Fixed #775 : Made text not-selectable
This commit is contained in:
commit
b840173429
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
line-height: 23px;
|
||||
cursor: pointer;
|
||||
color: var(--lightTextColor);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.checkbox__label::before {
|
||||
|
|
Loading…
Reference in a new issue