| 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"
|
|
|