| Index: chrome/browser/resources/md_history/history_toolbar.html
|
| diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
|
| index d7d3a5f6dbc8754799d5be0bc42aa609a5128699..b74503b81b4451b8efa76afc9f1fe6820cde2bc3 100644
|
| --- a/chrome/browser/resources/md_history/history_toolbar.html
|
| +++ b/chrome/browser/resources/md_history/history_toolbar.html
|
| @@ -108,6 +108,9 @@
|
|
|
| paper-tabs {
|
| /* TODO(tsergeant): Align tabs with cards. */
|
| + --paper-tabs: {
|
| + font-size: inherit;
|
| + };
|
| --paper-tabs-selection-bar-color: #fff;
|
| -webkit-margin-start: 32px;
|
| height: calc(var(--toolbar-grouped-height) - var(--toolbar-height));
|
| @@ -116,7 +119,6 @@
|
|
|
| paper-tab {
|
| --paper-tab-ink: rgba(255, 255, 255, 0.4);
|
| - font-size: 13px;
|
| text-transform: uppercase;
|
| }
|
|
|
|
|