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

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 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..24b35542aee4fe84facc5ab31d90bc62610c6d9c 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 {
michaelpg 2016/01/27 04:23:43 or just paper-input, or paper-input[disabled] if t
hcarmona 2016/01/29 23:52:11 Done.
+ --paper-input-container-disabled: {
+ opacity: 1;
+ };
+ --paper-input-container-underline-disabled: {
+ opacity: 0;
+ };
+ width: 150px;
michaelpg 2016/01/27 04:23:43 how is the width related to it being readonly
hcarmona 2016/01/29 23:52:11 Not related to being read-only. I've removed the c
michaelpg 2016/01/30 01:30:15 Nope, the latest change makes the intent easier to
+}

Powered by Google App Engine
This is Rietveld 408576698