Don't show pointer cursor on torrent list checkbox
Native apps don't have the "hand" cursor
This commit is contained in:
@@ -109,7 +109,7 @@ module.exports = class TorrentList extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<Checkbox
|
<Checkbox
|
||||||
key='download-button'
|
key='download-button'
|
||||||
className={'download ' + torrentSummary.status}
|
className={'control download ' + torrentSummary.status}
|
||||||
style={{display: 'inline-block', width: '32px'}}
|
style={{display: 'inline-block', width: '32px'}}
|
||||||
iconStyle={{width: '20px', height: '20px'}}
|
iconStyle={{width: '20px', height: '20px'}}
|
||||||
checked={isActive}
|
checked={isActive}
|
||||||
|
|||||||
Reference in New Issue
Block a user