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

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: Nit: inline function 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..f9691c12e2f033519381640e0360e9dc786dffbc 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 {
+ --paper-input-container-disabled: {
+ opacity: 1;
+ };
+ --paper-input-container-underline-disabled: {
+ opacity: 0;
+ };
+ width: 150px;
+}

Powered by Google App Engine
This is Rietveld 408576698