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

Unified Diff: chrome/browser/resources/md_history/history_list.html

Issue 2378903004: MD History: Move the card sizing CSS to apply to the iron-list (Closed)
Patch Set: Created 4 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_history/history_list.html
diff --git a/chrome/browser/resources/md_history/history_list.html b/chrome/browser/resources/md_history/history_list.html
index e2a1906e6208f4c355fd91374ef5a3498ea48b18..23679d4c0ebd7e244f0086a8639e4799b274a9ec 100644
--- a/chrome/browser/resources/md_history/history_list.html
+++ b/chrome/browser/resources/md_history/history_list.html
@@ -16,6 +16,10 @@
padding-top: var(--first-card-padding-top);
}
+ iron-list {
+ @apply(--card-sizing);
+ }
+
history-item {
--history-item-padding-side: var(--card-padding-side);
}
calamity 2016/09/30 04:58:45 This can be removed.
tsergeant 2016/09/30 05:11:28 whoops, looks like this could have been removed a

Powered by Google App Engine
This is Rietveld 408576698