| 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 39bd50fe24f856696a1d486cc847b4dc37aac528..f5056b19c43463f631fe0cd12f15702909038b05 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
|
| @@ -10,6 +10,7 @@
|
| paper-icon-button {
|
| @apply(--cr-paper-icon-button-margin);
|
| color: var(--paper-grey-600);
|
| + flex-shrink: 0;
|
| }
|
|
|
| .list-with-header > div:first-of-type {
|
| @@ -31,6 +32,14 @@
|
| display: flex;
|
| flex: 2;
|
| }
|
| +
|
| + .password-field {
|
| + background-color: transparent;
|
| + border: none;
|
| + flex: 1;
|
| + height: 20px;
|
| + width: 0;
|
| + }
|
|
|
| .selectable {
|
| -webkit-user-select: text;
|
|
|