Chromium Code Reviews| 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); |