From e6b281860eaabce228dcc8da7bebe71d55274161 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 16 Dec 2016 15:47:04 +0900 Subject: [PATCH] Replaced fa-times for close button on download bar with SVG button (redo #6071) Closes #6070 Fixes https://github.com/brave/browser-laptop/commit/2c551507f915dfd8eddb0e125d1af0fb9bb1d657 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 https://github.com/brave/browser-laptop/pull/6071 3. Make sure automated test passes --- app/renderer/components/downloadsBar.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/renderer/components/downloadsBar.js b/app/renderer/components/downloadsBar.js index 2e520c6648e..4f41df727d0 100644 --- a/app/renderer/components/downloadsBar.js +++ b/app/renderer/components/downloadsBar.js @@ -39,8 +39,7 @@ class DownloadsBar extends ImmutableComponent { }
-