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

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

Issue 2666033002: [MD Bookmarks] Add edit folder. (Closed)
Patch Set: 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/list.html
diff --git a/chrome/browser/resources/md_bookmarks/list.html b/chrome/browser/resources/md_bookmarks/list.html
index ca9437981bbf336b71b11e43631f9762abd6f80a..70559267b00e0b61fb5e2147979cc5a3b86b80a5 100644
--- a/chrome/browser/resources/md_bookmarks/list.html
+++ b/chrome/browser/resources/md_bookmarks/list.html
@@ -55,7 +55,8 @@
</paper-input>
<paper-input always-float-label id="url"
label="$i18n{editDialogUrlInput}"
- value="{{menuItem_.url}}">
+ value="{{menuItem_.url}}"
+ hidden$="[[hideUrlInput_]]">
</paper-input>
</div>
<div class="button-container">

Powered by Google App Engine
This is Rietveld 408576698