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

Unified Diff: chrome/browser/resources/options2/password_manager_list.js

Issue 9706036: settings - share inline list button style between different list types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/options2/password_manager_list.js
diff --git a/chrome/browser/resources/options2/password_manager_list.js b/chrome/browser/resources/options2/password_manager_list.js
index 3a1d881b15b655e86f3e34ee636fba4951acbfd4..acc1af2af61ac613f71ee3a905a878d0c7f10ca5 100644
--- a/chrome/browser/resources/options2/password_manager_list.js
+++ b/chrome/browser/resources/options2/password_manager_list.js
@@ -63,7 +63,7 @@ cr.define('options.passwordManager', function() {
if (showPasswords) {
var button = this.ownerDocument.createElement('button');
button.hidden = true;
- button.className = 'password-button custom-appearance';
+ button.className = 'list-inline-button custom-appearance';
button.textContent = localStrings.getString('passwordShowButton');
button.addEventListener('click', this.onClick_, true);
passwordInputDiv.appendChild(button);

Powered by Google App Engine
This is Rietveld 408576698