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

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: 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 cf1c109273175c4d5fd7647ff3bc1017ec45aed1..33be6683486c364b1fb58f8b4880bcbd6f6b4e87 100644
--- a/chrome/browser/resources/md_history/grouped_list.html
+++ b/chrome/browser/resources/md_history/grouped_list.html
@@ -15,6 +15,7 @@
}
#main-container {
+ @apply(--card-container-filter);
tsergeant 2016/08/05 01:21:37 I just noticed a problem with the grouped list: ex
calamity 2016/08/05 04:01:58 #background now hidden in embedded mode.
@apply(--card-sizing);
align-items: center;
display: flex;
@@ -40,8 +41,6 @@
.group-container {
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