Remove cursor:pointer

Apparently that's only for websites & we want to feel native
This commit is contained in:
DC
2016-05-17 21:25:31 -07:00
parent 6518a1535c
commit 454491572a
2 changed files with 1 additions and 10 deletions

View File

@@ -229,7 +229,7 @@ function TorrentList (state) {
icon = 'description' /* file icon, opens in OS default app */
handleClick = dispatcher('openFile', infoHash, index)
}
var rowClass = 'clickable'
var rowClass = ''
if (!isSelected) rowClass = 'disabled' // File deselected, not being torrented
if (!isDone && !isPlayable) rowClass = 'disabled' // Can't open yet, can't stream
return hx`