Fixed #775 : Made text not-selectable

This commit is contained in:
rcmainak 2018-03-11 20:50:09 +05:30
parent 94714ecb62
commit e1dc1687fc
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
line-height: 23px; line-height: 23px;
cursor: pointer; cursor: pointer;
color: var(--lightTextColor); color: var(--lightTextColor);
user-select: none;
} }
.checkbox__label::before { .checkbox__label::before {