| Index: chrome/browser/resources/md_history/app.vulcanized.html
|
| diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
|
| index 43040c90f140659af72af0b45aeaf44174d479d5..2500f4a52ca42977e04472f5a907fbf4bc01d481 100644
|
| --- a/chrome/browser/resources/md_history/app.vulcanized.html
|
| +++ b/chrome/browser/resources/md_history/app.vulcanized.html
|
| @@ -2836,6 +2836,12 @@ paper-tabs {
|
| cursor: var(--cr-actionable_-_cursor);
|
| }
|
|
|
| +.scroll-container {
|
| + display: flex;
|
| + flex-direction: column;
|
| + min-height: 1px;
|
| +}
|
| +
|
| [selectable]:focus, [selectable] > :focus {
|
| background-color: var(--cr-selectable-focus_-_background-color); outline: var(--cr-selectable-focus_-_outline);
|
| }
|
| @@ -3508,6 +3514,12 @@ paper-spinner {
|
| cursor: var(--cr-actionable_-_cursor);
|
| }
|
|
|
| +.scroll-container {
|
| + display: flex;
|
| + flex-direction: column;
|
| + min-height: 1px;
|
| +}
|
| +
|
| [selectable]:focus, [selectable] > :focus {
|
| background-color: var(--cr-selectable-focus_-_background-color); outline: var(--cr-selectable-focus_-_outline);
|
| }
|
|
|