| 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);
|
|
|