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

Unified Diff: chrome/browser/resources/md_bookmarks/list.html

Issue 2977523002: MD Bookmarks: Scroll and select items that are added to the main list (Closed)
Patch Set: Reformat json schema Created 3 years, 5 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
« no previous file with comments | « chrome/browser/resources/md_bookmarks/edit_dialog.js ('k') | chrome/browser/resources/md_bookmarks/list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_bookmarks/list.html
diff --git a/chrome/browser/resources/md_bookmarks/list.html b/chrome/browser/resources/md_bookmarks/list.html
index ae6ee5e1d320a475efdf6e4f386b037230358286..00f86dbff2262f0471eb978f71c48705cd17198c 100644
--- a/chrome/browser/resources/md_bookmarks/list.html
+++ b/chrome/browser/resources/md_bookmarks/list.html
@@ -18,7 +18,7 @@
calc(var(--card-padding-side) - var(--splitter-width));
}
- #bookmarksCard {
+ #list {
@apply(--shadow-elevation-2dp);
background-color: #fff;
margin: 0 auto;
@@ -38,7 +38,7 @@
user-select: none;
}
</style>
- <iron-list items="[[displayedList_]]" id="bookmarksCard"
+ <iron-list id="list" items="[[displayedList_]]"
hidden$="[[isEmptyList_(displayedList_.length)]]" role="list">
<template>
<bookmarks-item item-id="[[item.id]]" draggable="true"
« no previous file with comments | « chrome/browser/resources/md_bookmarks/edit_dialog.js ('k') | chrome/browser/resources/md_bookmarks/list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698