Don't show pointer cursor on torrent list checkbox

Native apps don't have the "hand" cursor
This commit is contained in:
Feross Aboukhadijeh
2016-09-26 17:28:45 -07:00
parent d5bed6c50a
commit 5698c22e75

View File

@@ -109,7 +109,7 @@ module.exports = class TorrentList extends React.Component {
return (
<Checkbox
key='download-button'
className={'download ' + torrentSummary.status}
className={'control download ' + torrentSummary.status}
style={{display: 'inline-block', width: '32px'}}
iconStyle={{width: '20px', height: '20px'}}
checked={isActive}