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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css

Issue 1591053002: Add a password handler to get the list of passwords in md-settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback + closure compile Created 4 years, 11 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_section.css
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css
index a11186fba112c9cc418460c1beb51371f5298d93..3710eb5df61787b79a85785192cd4a426a732f83 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css
@@ -25,3 +25,13 @@ iron-list {
height: 300px;
padding-top: 16px;
}
+
+paper-input.readonly-password {
+ width: 150px;
+ --paper-input-container-disabled: {
michaelpg 2016/01/16 07:12:48 when alphabetizing, --foo should come first; move
hcarmona 2016/01/20 02:32:50 Done.
+ opacity: 1;
+ };
+ --paper-input-container-underline-disabled: {
+ opacity: 0;
+ };
+}

Powered by Google App Engine
This is Rietveld 408576698