Chromium Code Reviews| 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..62337cfcbfcbc6683b5b50a3b6b6e4a6f65aafad 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 |
| @@ -11,6 +11,10 @@ |
| @apply(--cr-paper-icon-button-margin); |
| color: var(--paper-grey-600); |
| } |
| + |
| + .invisible { |
|
hcarmona
2017/05/09 19:23:28
Not needed if we remove the button.
vasilii
2017/05/19 13:20:14
Done.
|
| + visibility: hidden; |
| + } |
| .list-with-header > div:first-of-type { |
| border-top: var(--settings-separator-line); |