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

Commit

Permalink
Replaced fa-times for close button on download bar with SVG button (r…
Browse files Browse the repository at this point in the history
…edo #6071)

Closes #6070

Fixes 2c55150
The close button implemented fa-times on the download bar has been replaced with the SVG button with the PR: #6071

Auditors: @bridiver @bbondy

Test Plan:
1. Download a file
2. Make sure the download button is replaced with the SVG button on #6071
3. Make sure automated test passes
  • Loading branch information
Suguru Hirahara authored and cezaraugusto committed Dec 20, 2016
1 parent a4fdecc commit e6b2818
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 e6b2818

Please sign in to comment.