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

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

Issue 2465723004: Make download warning icon and text more consistent (Closed)
Patch Set: address comments and vulcanize 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
« no previous file with comments | « chrome/browser/resources/md_downloads/crisper.js ('k') | chrome/browser/resources/md_downloads/item.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ca33797dc18ef88ff93bff75bffb71dd1d7fcc32 100644
--- a/chrome/browser/resources/md_downloads/item.html
+++ b/chrome/browser/resources/md_downloads/item.html
@@ -112,12 +112,9 @@
width: 32px;
}
- #danger-icon[icon='cr:warning'] {
- color: rgb(255, 193, 7);
- }
-
- #danger-icon[icon='downloads:remove-circle'] {
- color: rgb(244, 67, 54);
+ #danger-icon[icon='cr:warning'],
+ .dangerous #description {
+ color: var(--google-red-700);
}
#name,
@@ -170,10 +167,6 @@
color: #616161;
}
- .dangerous #description {
- color: rgb(239, 108, 0);
- }
-
#progress {
--paper-progress-active-color: rgb(54, 126, 237);
--paper-progress-container-color: rgb(223, 222, 223);
« no previous file with comments | « chrome/browser/resources/md_downloads/crisper.js ('k') | chrome/browser/resources/md_downloads/item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698