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

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 2465723004: Make download warning icon and text more consistent (Closed)
Patch Set: rebase Created 4 years, 1 month 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
Index: chrome/browser/resources/md_downloads/vulcanized.html
diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
index a13862dfb271754aa217423bde532fe5bea90aec..1b2621755533e1075951d801021f53d6e48cb7df 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -1003,14 +1003,6 @@ paper-ripple {
</template>
</dom-module>
-<iron-iconset-svg name="downloads" size="24">
- <svg>
- <defs>
-
- <g id="remove-circle"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"></path></g>
- </defs>
- </svg>
-</iron-iconset-svg>
<dom-module id="downloads-item" assetpath="chrome://downloads/" css-build="shadow">
<template>
<style scope="downloads-item">[is='action-link'] {
@@ -1136,11 +1128,7 @@ paper-button {
}
#danger-icon[icon='cr:warning'] {
- color: rgb(255, 193, 7);
-}
-
-#danger-icon[icon='downloads:remove-circle'] {
- color: rgb(244, 67, 54);
+ color: rgb(221, 67, 48);
}
#name, #file-link, #url {
@@ -1188,7 +1176,7 @@ paper-button {
}
.dangerous #description {
- color: rgb(239, 108, 0);
+ color: rgb(221, 67, 48);
}
#progress {

Powered by Google App Engine
This is Rietveld 408576698