native apps don't use the pointer cursor

Even video player apps. Confirmed by looking at VLC, Quicktime, and
Playback.
This commit is contained in:
Feross Aboukhadijeh
2016-03-04 16:24:33 -08:00
parent d148d4c97b
commit 11f36468e1

View File

@@ -283,7 +283,6 @@ body.drag::before {
height: 23px; /* 3px .loading-bar plus 10px above and below */
top: -10px;
left: 0;
cursor: pointer;
}
.player-controls .loading-bar {
@@ -314,5 +313,4 @@ body.drag::before {
width: 20px;
height: 20px;
margin: 5px auto;
cursor: pointer;
}