| Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
|
| index f5056b19c43463f631fe0cd12f15702909038b05..1430a4af6aee2a646cb90c5942b46f4688fcc439 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
|
| @@ -7,12 +7,6 @@
|
| flex-direction: column;
|
| }
|
|
|
| - paper-icon-button {
|
| - @apply(--cr-paper-icon-button-margin);
|
| - color: var(--paper-grey-600);
|
| - flex-shrink: 0;
|
| - }
|
| -
|
| .list-with-header > div:first-of-type {
|
| border-top: var(--settings-separator-line);
|
| }
|
| @@ -32,7 +26,7 @@
|
| display: flex;
|
| flex: 2;
|
| }
|
| -
|
| +
|
| .password-field {
|
| background-color: transparent;
|
| border: none;
|
|
|