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

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.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
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..e6a27f810e592ccdd04bf130b2f4cf93d6f0879e 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -1135,12 +1135,8 @@ paper-button {
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, #file-link, #url {
@@ -1187,10 +1183,6 @@ paper-button {
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/item.js ('k') | chrome/browser/ui/views/download/download_item_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698