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

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

Issue 2639893006: [MD Bookmarks] Add lines between items and no search results message. (Closed)
Patch Set: Created 3 years, 11 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
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;

Powered by Google App Engine
This is Rietveld 408576698