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

Unified Diff: chrome/browser/resources/md_downloads/item.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/item.html
diff --git a/chrome/browser/resources/md_downloads/item.html b/chrome/browser/resources/md_downloads/item.html
index fe13e0e16bacab8c193229a81b5327d2ddcf85ec..fb3a6b6dace144909f8bd7b0bf41d793c3054641 100644
--- a/chrome/browser/resources/md_downloads/item.html
+++ b/chrome/browser/resources/md_downloads/item.html
@@ -113,11 +113,7 @@
}
#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);
Dan Beam 2016/11/01 18:49:50 this similar to --google-red-700 and --paper-deep-
Jialiu Lin 2016/11/01 21:19:01 Done.
}
#name,
@@ -171,7 +167,7 @@
}
.dangerous #description {
- color: rgb(239, 108, 0);
+ color: rgb(221, 67, 48);
}
#progress {

Powered by Google App Engine
This is Rietveld 408576698