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

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

Issue 1378993003: Vulcanize new Material Design downloads UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vulcanize2
Patch Set: mo bugs Created 5 years, 2 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
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 2ce80d83ba2a7111cd719b181a8a6ce1bda1fcd6..de1ac89700ef3dbbab85a08313669892e51591f3 100644
--- a/chrome/browser/resources/md_downloads/item.css
+++ b/chrome/browser/resources/md_downloads/item.css
@@ -23,6 +23,7 @@
flex: none;
margin: 0 auto;
min-height: 103px;
+ position: relative;
michaelpg 2015/10/02 09:10:49 nit: do in another CL
Dan Beam 2015/10/03 02:43:58 but it's related to this CL :)
width: var(--downloads-item-width);
}
@@ -74,7 +75,7 @@
}
#warning {
- -webkit-mask-image: url(../../../../ui/webui/resources/images/warning.svg);
+ -webkit-mask-image: url(chrome://resources/images/warning.svg);
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 100%;
background: rgb(255, 193, 7);
@@ -189,8 +190,9 @@
#incognito {
bottom: 20px;
- content: -webkit-image-set(url(1x/incognito_marker.png) 1x,
- url(2x/incognito_marker.png) 2x);
+ content: -webkit-image-set(
+ url(chrome://downloads/1x/incognito_marker.png) 1x,
+ url(chrome://downloads/2x/incognito_marker.png) 2x);
position: absolute;
right: 10px;
}

Powered by Google App Engine
This is Rietveld 408576698