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

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
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..6a26dbb344f200c45886b3e6f147630916a37ffc 100644
--- a/chrome/browser/resources/md_bookmarks/item.html
+++ b/chrome/browser/resources/md_bookmarks/item.html
@@ -61,8 +61,12 @@
button.more-vert-button {
-webkit-margin-end: 12px;
}
+
+ a {
+ outline: none;
+ }
</style>
- <a id="url" href="[[openItemUrl_]]">
+ <a id="url" href="[[openItemUrl_]]" tabindex="-1">
tsergeant 2017/05/23 07:25:17 As discussed, maybe change this <a> back into a <d
calamity 2017/05/25 07:36:29 Acknowledged.
<div id="icon-wrapper">
<iron-icon id="folder-icon" icon="cr:folder" hidden$="[[!isFolder_]]">
</iron-icon>

Powered by Google App Engine
This is Rietveld 408576698