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

Unified Diff: chrome/browser/resources/md_history/grouped_list.html

Issue 2206363003: [MD History] Use proper shadows for cards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_rounding
Patch Set: address comment, fix test Created 4 years, 4 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_history/grouped_list.html
diff --git a/chrome/browser/resources/md_history/grouped_list.html b/chrome/browser/resources/md_history/grouped_list.html
index 76a750d0b86e5fdb16ec41054043a66d44dd4fcd..936859a5415438cf27a863b31c586af096012df2 100644
--- a/chrome/browser/resources/md_history/grouped_list.html
+++ b/chrome/browser/resources/md_history/grouped_list.html
@@ -40,9 +40,8 @@
}
.group-container {
+ @apply(--card-box-shadow);
background: #fff;
- border: 1px solid var(--card-border-color);
- border-bottom-width: 2px;
border-radius: 2px;
margin-bottom: var(--card-padding-between);
max-width: var(--card-max-width);

Powered by Google App Engine
This is Rietveld 408576698