Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3467)

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html

Issue 2860423002: Fix the alignment on chrome://settings/passwords (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698