| 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 523e7aa19aec246616424aad8c480cdafcc3c662..a5a776fe4119527370dd5a391f1e3173f9daf9a6 100644
|
| --- a/chrome/browser/resources/md_bookmarks/item.html
|
| +++ b/chrome/browser/resources/md_bookmarks/item.html
|
| @@ -5,6 +5,7 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
|
| <link rel="import" href="chrome://bookmarks/actions.html">
|
| +<link rel="import" href="chrome://bookmarks/mouse_focus_behavior.html">
|
| <link rel="import" href="chrome://bookmarks/shared_style.html">
|
| <link rel="import" href="chrome://bookmarks/store_client.html">
|
|
|
| @@ -27,10 +28,6 @@
|
| text-decoration: none;
|
| }
|
|
|
| - :host([mouse-focus_]) {
|
| - outline: none;
|
| - }
|
| -
|
| :host([is-selected-item_]) {
|
| background-color: var(--highlight-color);
|
| }
|
| @@ -73,7 +70,7 @@
|
| </div>
|
| <button is="paper-icon-button-light" class="more-vert-button"
|
| on-click="onMenuButtonClick_" on-dblclick="onMenuButtonDblClick_"
|
| - tabindex$="[[ironListTabIndex]]" on-focus="onItemBlur_">
|
| + tabindex$="[[ironListTabIndex]]" on-focus="clearMouseFocus">
|
| <div></div>
|
| <div></div>
|
| <div></div>
|
|
|