Chromium Code Reviews| Index: chrome/browser/resources/md_bookmarks/command_manager.html |
| diff --git a/chrome/browser/resources/md_bookmarks/command_manager.html b/chrome/browser/resources/md_bookmarks/command_manager.html |
| index dff7845295c56d86c4ba68217a2bcf561315caef..a57c5101e0d4ed0cea3305e87a1c90d6550cfacc 100644 |
| --- a/chrome/browser/resources/md_bookmarks/command_manager.html |
| +++ b/chrome/browser/resources/md_bookmarks/command_manager.html |
| @@ -19,7 +19,7 @@ |
| on-tap="onCommandClick_"> |
|
calamity
2017/06/09 06:47:31
Just a note: the menu item hover style isn't remov
tsergeant
2017/06/13 03:13:10
Hmm, interesting. I'll file a bug for that.
|
| [[getCommandLabel_(command, menuIds_)]] |
| </button> |
| - <hr hidden$="[[!showDividerAfter_(command)]]"></hr> |
| + <hr hidden$="[[!showDividerAfter_(command, menuIds_)]]"></hr> |
| </template> |
| </dialog> |
| <template is="cr-lazy-render" id="editDialog"> |