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

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

Issue 2869273011: [MD Bookmarks] Convert bookmark list to iron-list. (Closed)
Patch Set: add comment, fix closure, rebase 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/dnd_manager.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 a60cfd9d99234f7c124c086100d4e0862d20aae5..672eb9b0198e53a23e7d1b56fa8596c6a3b505e3 100644
--- a/chrome/browser/resources/md_bookmarks/item.html
+++ b/chrome/browser/resources/md_bookmarks/item.html
@@ -21,6 +21,10 @@
position: relative;
}
+ :host([mouse-focus_]) {
+ outline: none;
+ }
+
:host([is-selected-item_]) {
background-color: var(--highlight-color);
}
@@ -62,7 +66,8 @@
[[item_.title]]
</div>
<button is="paper-icon-button-light" class="more-vert-button"
- on-click="onMenuButtonClick_" on-dblclick="onMenuButtonDblClick_">
+ on-click="onMenuButtonClick_" on-dblclick="onMenuButtonDblClick_"
+ tabindex$="[[ironListTabIndex]]" on-focus="onItemBlur_">
<div></div>
<div></div>
<div></div>
« no previous file with comments | « chrome/browser/resources/md_bookmarks/dnd_manager.js ('k') | chrome/browser/resources/md_bookmarks/item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698