Merge pull request #972 from feross/f/controlst

Don't show pointer cursor on torrent list checkbox
This commit is contained in:
Feross Aboukhadijeh
2016-09-27 20:54:53 +02:00
committed by GitHub

View File

@@ -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}