Chromium Code Reviews| 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 a00cb8f24bf136fa970ab0270719169f412fc3eb..befe3bb9500d4848975217d839c9bd6574edc5f9 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/paper-icon-button/paper-icon-button-light.html"> |
| <link rel="import" href="chrome://bookmarks/shared_style.html"> |
| + |
|
jiaxi
2017/01/19 04:50:57
Delete extra line here.
angelayang
2017/01/19 05:00:23
Done.
|
| <dom-module id="bookmarks-item"> |
| <template> |
| <style include="shared-style"> |
| @@ -16,6 +17,10 @@ |
| height: 40px; |
| } |
| + :host(:not([is-last-item])) { |
| + border-bottom: 1px solid rgba(0, 0, 0, 0.06); |
| + } |
| + |
| #website-title { |
| color: var(--primary-text-color); |
| cursor: pointer; |