| Index: chrome/browser/resources/md_history/side_bar.html
|
| diff --git a/chrome/browser/resources/md_history/side_bar.html b/chrome/browser/resources/md_history/side_bar.html
|
| index 373009e25cd1ba851ffb44fdbd04eb980b37c34f..79a518043d087703c7a2ee4f562590e31355fac2 100644
|
| --- a/chrome/browser/resources/md_history/side_bar.html
|
| +++ b/chrome/browser/resources/md_history/side_bar.html
|
| @@ -49,7 +49,6 @@
|
| }
|
|
|
| iron-selector > a {
|
| - @apply(--paper-font-subhead);
|
| /* Ensure the focus outline appears correctly (crbug.com/655503). */
|
| -webkit-margin-end: 4px;
|
| -webkit-padding-start: 24px;
|
| @@ -58,9 +57,8 @@
|
| color: inherit;
|
| cursor: pointer;
|
| display: flex;
|
| - font-size: 108%;
|
| font-weight: 500;
|
| - min-height: 48px;
|
| + min-height: 40px;
|
| position: relative;
|
| text-decoration: none;
|
| }
|
|
|