1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-14 15:12:48 +01:00

Merge pull request #789 from RCMainak/issue_775

Fixed #775 : Made text not-selectable
This commit is contained in:
Danny Coates 2018-03-12 10:43:53 -07:00 committed by GitHub
commit b840173429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {