| 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 5b7d2142a9047c42c37632980f57ea2deaf281ce..d2c2eae72253daf5fdf7f7c3de39ec0dcd63a46c 100644
|
| --- a/chrome/browser/resources/md_history/app.vulcanized.html
|
| +++ b/chrome/browser/resources/md_history/app.vulcanized.html
|
| @@ -2887,6 +2887,7 @@ h1 {
|
| <g id="chevron-left"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"></path></g>
|
| <g id="info-outline"><path d="M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 9h2V7h-2v2z"></path></g>
|
| <g id="today"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"></path></g>
|
| + <g id="open-in-new"><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></g>
|
| </defs>
|
| </svg>
|
| </iron-iconset-svg>
|
| @@ -4952,7 +4953,12 @@ div.separator {
|
| }
|
|
|
| #clear-browsing-data {
|
| - text-transform: uppercase;
|
| + justify-content: space-between;
|
| +}
|
| +
|
| +#clear-browsing-data-icon {
|
| + color: var(--paper-grey-400);
|
| + margin: 20px 48px 20px 0;
|
| }
|
|
|
| iron-selector {
|
| @@ -5018,6 +5024,7 @@ iron-selector > a.iron-selected {
|
| <div class="separator"></div>
|
| <a href="chrome://settings/clearBrowserData" on-tap="onClearBrowsingDataTap_" id="clear-browsing-data">
|
| $i18n{clearBrowsingData}
|
| + <iron-icon icon="history:open-in-new" id="clear-browsing-data-icon"></iron-icon>
|
| <paper-ripple id="cbd-ripple"></paper-ripple>
|
| </a>
|
| <div id="footer" hidden="[[!showFooter]]">
|
|
|