1
Fork 0

Fixed cursor problems on links

This commit is contained in:
Jake Howard 2015-11-04 18:36:02 +00:00
parent 8332db8af5
commit 69a04c0506
1 changed files with 0 additions and 1 deletions

View File

@ -27,6 +27,5 @@ body {
:not(input):not(textarea)::after {
-webkit-user-select: none;
user-select: none;
cursor: default;
}
/* @end Electron Specific */