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

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

Issue 1964493002: MD Downloads: use custom iconset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CrIconsCrOS
Patch Set: rebase Created 4 years, 7 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 | « chrome/browser/resources/md_downloads/icons.html ('k') | chrome/browser/resources/md_downloads/item.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/item.css
diff --git a/chrome/browser/resources/md_downloads/item.css b/chrome/browser/resources/md_downloads/item.css
index 41cc3cb4c8c7f60094e9976574ac23ab09d00551..057859478d28e3d8593f383a5f4388a60a889c2f 100644
--- a/chrome/browser/resources/md_downloads/item.css
+++ b/chrome/browser/resources/md_downloads/item.css
@@ -89,11 +89,11 @@
width: 32px;
}
-#danger-icon[icon='warning'] {
+#danger-icon[icon='downloads:warning'] {
color: rgb(255, 193, 7);
}
-#danger-icon[icon='remove-circle'] {
+#danger-icon[icon='downloads:remove-circle'] {
color: rgb(244, 67, 54);
}
« no previous file with comments | « chrome/browser/resources/md_downloads/icons.html ('k') | chrome/browser/resources/md_downloads/item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698