Remove weird outline from “Create Torrent” button.
The outline was caused by the wrong class being applied to the button. Closes #989.
This commit is contained in:
committed by
Feross Aboukhadijeh
parent
f1aa1bdd59
commit
06cdac8121
@@ -106,7 +106,7 @@ class CreateTorrentPage extends React.Component {
|
||||
}}
|
||||
onClick={dispatcher('cancel')} />
|
||||
<RaisedButton
|
||||
className='control create-torrent'
|
||||
className='control create-torrent-button'
|
||||
label='Create Torrent'
|
||||
primary
|
||||
onClick={this.handleSubmit} />
|
||||
|
||||
Reference in New Issue
Block a user