Merge pull request #84 from desktop/fix-text-selection

No text selection
This commit is contained in:
Markus Olsson 2016-06-22 22:34:40 +02:00 committed by GitHub
commit c54935d1fa

View file

@ -54,7 +54,7 @@ body {
}
:not(input):not(textarea) {
&::after, &::before {
&, &::after, &::before {
-webkit-user-select: none;
user-select: none;
cursor: default;