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

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

Issue 2902363002: [MD settings] adjust button layout (Closed)
Patch Set: merge with master 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 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;

Powered by Google App Engine
This is Rietveld 408576698