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

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

Issue 1325853006: MD Downloads: wrap some <paper-buttons>s in <template is="dom-if"> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 e2bc0b03d75550f23085a7f0162354f9d561f99e..1c796f8b99e7b46f372e2a37f42f0843fc2dbd2b 100644
--- a/chrome/browser/resources/md_downloads/item.css
+++ b/chrome/browser/resources/md_downloads/item.css
@@ -109,7 +109,7 @@
-webkit-margin-end: 12px; /* Only really affects #tag. */
}
-.is-active :-webkit-any(#name, #file-link, #pause, #resume, #show) {
+.is-active :-webkit-any(#name, #file-link, #pause, #resume, #show-in-folder) {
color: rgb(51, 103, 214);
}
@@ -151,10 +151,6 @@
width: auto;
}
-#content:not(.show-progress) #progress {
- display: none;
-}
-
.controls {
-webkit-margin-start: -8px;
}

Powered by Google App Engine
This is Rietveld 408576698