Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4669)

Unified Diff: chrome/browser/resources/downloads/downloads.css

Issue 10830217: Fix alpha mask for download progress on high DPI displays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: JsDoc fixes. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/downloads/downloads.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/downloads/downloads.css
diff --git a/chrome/browser/resources/downloads/downloads.css b/chrome/browser/resources/downloads/downloads.css
index 7b51b98b7b40a852a8efc2f856ed41f8c6fcdc82..122715dbf4b5482bc29590dd47d86ba2d7a78a0e 100644
--- a/chrome/browser/resources/downloads/downloads.css
+++ b/chrome/browser/resources/downloads/downloads.css
@@ -134,11 +134,6 @@ html[dir=rtl] .progress {
background-size: 48px;
}
-.progress.foreground {
- background: url('chrome://theme/IDR_DOWNLOAD_PROGRESS_FOREGROUND_32');
- background-size: 48px;
-}
-
.name {
-webkit-padding-end: 16px;
display: none;
« no previous file with comments | « no previous file | chrome/browser/resources/downloads/downloads.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698