mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
Merge pull request #84 from desktop/fix-text-selection
No text selection
This commit is contained in:
commit
c54935d1fa
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ body {
|
|||
}
|
||||
|
||||
:not(input):not(textarea) {
|
||||
&::after, &::before {
|
||||
&, &::after, &::before {
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
cursor: default;
|
||||
|
|
Loading…
Reference in a new issue