Merge pull request #846 from jian10au/fixissue801

change the user-select to text
pull/842/head
Vince 5 years ago committed by GitHub
commit d4c73a3383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save