Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6153 from luixxiul/chromium54-fix-hideDownloadsTo…
Browse files Browse the repository at this point in the history
…olbar

Replaced fa-times for close button on download bar with SVG button (redo #6071)
  • Loading branch information
bradleyrichter authored Dec 16, 2016
2 parents 314da3f + 581b93e commit 8d7c268
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/renderer/components/downloadsBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ class DownloadsBar extends ImmutableComponent {
}
</div>
<div className='downloadBarButtons'>
<Button iconClass='fa-times'
className='hideDownloadsToolbar downloadButton smallButton hideButton'
<Button className='downloadButton hideDownloadsToolbar'
onClick={this.onHideDownloadsToolbar} />
</div>
</div>
Expand Down

0 comments on commit 8d7c268

Please sign in to comment.