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

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: Remove unused CSS 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..f5b641b02bf38803f0ccaef8f4754cb30f5161b8 100644
--- a/chrome/browser/resources/md_history/history_list.html
+++ b/chrome/browser/resources/md_history/history_list.html
@@ -16,8 +16,8 @@
padding-top: var(--first-card-padding-top);
}
- history-item {
- --history-item-padding-side: var(--card-padding-side);
+ iron-list {
+ @apply(--card-sizing);
}
</style>
<div id="no-results" class="centered-message"
« no previous file with comments | « chrome/browser/resources/md_history/history_item.js ('k') | chrome/browser/resources/md_history/lazy_load.vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698