Merge pull request #972 from feross/f/controlst
Don't show pointer cursor on torrent list checkbox
This commit is contained in:
@@ -119,7 +119,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}
|
||||
|
||||
Reference in New Issue
Block a user