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

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

Issue 2614703003: [MD Bookmarks] Add search. (Closed)
Patch Set: Refactor search logic into store and add search tests. Created 3 years, 11 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_bookmarks/folder_node.html
diff --git a/chrome/browser/resources/md_bookmarks/folder_node.html b/chrome/browser/resources/md_bookmarks/folder_node.html
index e52117af9a9858c95724ceeadb5634ff9a28684c..ad02a623526a9db92432ddc29b0677463078ad68 100644
--- a/chrome/browser/resources/md_bookmarks/folder_node.html
+++ b/chrome/browser/resources/md_bookmarks/folder_node.html
@@ -65,7 +65,8 @@
<div id="container" class="v-centered">
<div id="folder-label" class="v-centered" on-tap="selectFolder_">
- <iron-icon icon="[[getFolderIcon_(isSelected)]]"></iron-icon>
+ <iron-icon
+ icon="[[getFolderIcon_(isSelected)]]"></iron-icon>
angelayang 2017/01/12 05:04:32 nit. will move to line above
<div class="menu-label">[[item.title]]</div>
</div>
<template is="dom-if" if="[[hasChildFolder_(item.children)]]">

Powered by Google App Engine
This is Rietveld 408576698