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

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

Issue 2885723002: [MD Bookmarks] Add keyboard navigation and selection to bookmark list. (Closed)
Patch Set: address comments Created 3 years, 7 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/actions.js ('k') | chrome/browser/resources/md_bookmarks/item.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_bookmarks/item.html
diff --git a/chrome/browser/resources/md_bookmarks/item.html b/chrome/browser/resources/md_bookmarks/item.html
index 5b8bc2e012cf6035a0ade3a967159783b6846caf..523e7aa19aec246616424aad8c480cdafcc3c662 100644
--- a/chrome/browser/resources/md_bookmarks/item.html
+++ b/chrome/browser/resources/md_bookmarks/item.html
@@ -62,7 +62,7 @@
-webkit-margin-end: 12px;
}
</style>
- <a id="url" href="[[openItemUrl_]]">
+ <div id="url">
<div id="icon-wrapper">
<iron-icon id="folder-icon" icon="cr:folder" hidden$="[[!isFolder_]]">
</iron-icon>
@@ -78,7 +78,7 @@
<div></div>
<div></div>
</button>
- </a>
+ </div>
</template>
<script src="chrome://bookmarks/item.js"></script>
<dom-module>
« no previous file with comments | « chrome/browser/resources/md_bookmarks/actions.js ('k') | chrome/browser/resources/md_bookmarks/item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698