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

Unified Diff: chrome/browser/resources/md_history/history_item.js

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_item.js
diff --git a/chrome/browser/resources/md_history/history_item.js b/chrome/browser/resources/md_history/history_item.js
index be5f426535b0ec6ee8d6a7f70036a1db317d93c2..e312a796c19541d489a2b396674397eb7ae03913 100644
--- a/chrome/browser/resources/md_history/history_item.js
+++ b/chrome/browser/resources/md_history/history_item.js
@@ -124,7 +124,7 @@ cr.define('md_history', function() {
attached: function() {
Polymer.RenderStatus.afterNextRender(this, function() {
this.row_ = new HistoryFocusRow(
- this.$['sizing-container'], null, new FocusRowDelegate(this));
+ this.$['main-container'], null, new FocusRowDelegate(this));
this.row_.makeActive(this.ironListTabIndex == 0);
this.listen(this, 'focus', 'onFocus_');
this.listen(this, 'dom-change', 'onDomChange_');
« no previous file with comments | « chrome/browser/resources/md_history/history_item.html ('k') | chrome/browser/resources/md_history/history_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698