use default cursor on desktop (#3876)

pull/3890/head^2
Peer Richelsen 2022-08-17 22:50:25 +02:00 committed by GitHub
parent 1fd8d50e52
commit 6ed0e5e281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -29,6 +29,12 @@ html.todesktop img {
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default !important;
}
html.todesktop,
html.todesktop div {
cursor: default !important;
}
/* make header draggable on desktop app */