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

Replaced fa-times for close button on download bar with SVG button #6071

Merged
merged 1 commit into from
Dec 8, 2016
Merged

Replaced fa-times for close button on download bar with SVG button #6071

merged 1 commit into from
Dec 8, 2016

Conversation

luixxiul
Copy link
Contributor

@luixxiul luixxiul commented Dec 7, 2016

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Added/updated tests for this change (for new code or code which already has tests).
  • Ran git rebase -i to squash commits (if needed).

Closes #6070

Auditors: @bbondy @bradleyrichter

Test Plan:

  1. Download something
  2. Make sure the close button on the download bar works

close2

Closes #6070

Auditors: @bbondy @bradleyrichter

Test Plan:
1. Download something
2. Make sure the close button on the download bar works
@@ -132,7 +132,17 @@
margin: auto 0;

.downloadButton {
margin: 0 2px;
background: url('../img/toolbar/close_download_btn.svg') center no-repeat;
background-size: 14px 14px;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bradleyrichter Are these too large?

@luixxiul luixxiul added this to the 0.13.1 milestone Dec 8, 2016
@bradleyrichter bradleyrichter merged commit 24e5605 into brave:master Dec 8, 2016
@bsclifton bsclifton modified the milestones: 0.13.0, 0.13.1 Dec 8, 2016
@luixxiul luixxiul deleted the fix-download-bar-close-button branch December 9, 2016 02:20
@luixxiul luixxiul restored the fix-download-bar-close-button branch December 12, 2016 06:50
bradleyrichter added a commit that referenced this pull request Dec 16, 2016
…olbar

Replaced fa-times for close button on download bar with SVG button (redo #6071)
cezaraugusto pushed a commit that referenced this pull request Dec 20, 2016
…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
@luixxiul
Copy link
Contributor Author

luixxiul commented Jan 2, 2017

Labelled QA/no qa required as the PR was redone with #6153

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace close button on downloadBar with SVG button
3 participants