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

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

Issue 9696056: make passwords overlay not jiggle when you click a row (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
« no previous file with comments | « no previous file | chrome/browser/resources/options2/options_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/deletable_item_list.js
diff --git a/chrome/browser/resources/options2/deletable_item_list.js b/chrome/browser/resources/options2/deletable_item_list.js
index 1bb8c119dbc7a08124b272a5efe830be2ec4e280..2b294303968e0e9f7ca63bc9930d70a51dd1f5f6 100644
--- a/chrome/browser/resources/options2/deletable_item_list.js
+++ b/chrome/browser/resources/options2/deletable_item_list.js
@@ -47,7 +47,7 @@ cr.define('options', function() {
this.closeButtonElement_ = this.ownerDocument.createElement('button');
this.closeButtonElement_.className =
- 'raw-button close-button custom-appearance';
+ 'raw-button row-delete-button custom-appearance';
this.closeButtonElement_.addEventListener('mousedown',
this.handleMouseDownUpOnClose_);
this.closeButtonElement_.addEventListener('mouseup',
« no previous file with comments | « no previous file | chrome/browser/resources/options2/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698