| 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 0d0fd5a4c3ea8cb82338106382966ce0c331751b..c4c8254cf94343daaea78eeb827213720db5b4a5 100644
|
| --- a/chrome/browser/resources/md_history/side_bar.html
|
| +++ b/chrome/browser/resources/md_history/side_bar.html
|
| @@ -34,7 +34,7 @@
|
| }
|
|
|
| #clear-browsing-data iron-icon {
|
| - -webkit-margin-end: 24px;
|
| + -webkit-margin-end: 20px;
|
| color: var(--paper-grey-400);
|
| height: 20px;
|
| margin-bottom: 10px;
|
| @@ -54,6 +54,8 @@
|
|
|
| iron-selector > a {
|
| @apply(--paper-font-subhead);
|
| + /* Ensure the focus outline appears correctly (crbug.com/655503). */
|
| + -webkit-margin-end: 4px;
|
| -webkit-padding-start: 24px;
|
| align-items: center;
|
| box-sizing: border-box;
|
|
|