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..56a27dc6d9f78581e81e00f0d07ce2e2349f9c2c 100644 |
| --- a/chrome/browser/resources/md_bookmarks/item.html |
| +++ b/chrome/browser/resources/md_bookmarks/item.html |
| @@ -16,6 +16,10 @@ |
| height: 40px; |
| } |
| + :host(:not(:last-of-type)) { |
| + border-bottom: var(--cr-separator-line); |
| + } |
| + |
| #website-title { |
| color: var(--primary-text-color); |
| cursor: pointer; |