Merge pull request #846 from jian10au/fixissue801

change the user-select to text
This commit is contained in:
Vince 2020-02-13 15:59:23 +11:00 committed by GitHub
commit d4c73a3383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -204,7 +204,7 @@ a,
div,
span,
label {
user-select: none;
user-select: text;
&::selection {
background: $session-shade-17;