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

Unified Diff: chrome/browser/resources/settings/internet_page/network_summary_item.js

Issue 2578793004: MD Settings: Fix size and padding of expand button (Closed)
Patch Set: Rebase Created 4 years 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/internet_page/network_summary_item.js
diff --git a/chrome/browser/resources/settings/internet_page/network_summary_item.js b/chrome/browser/resources/settings/internet_page/network_summary_item.js
index f32e01518270ded3587d2ca681edcdc71c58411b..144968d882d31a540a835f08b8d7dfca747956e0 100644
--- a/chrome/browser/resources/settings/internet_page/network_summary_item.js
+++ b/chrome/browser/resources/settings/internet_page/network_summary_item.js
@@ -75,10 +75,6 @@ Polymer({
},
},
- keyBindings: {
- 'enter': 'onDetailsTap_',
- },
dschuyler 2016/12/16 22:41:41 It's not clear to me why this is being removed. Is
stevenjb 2016/12/16 22:56:10 It's unwanted and is actually causing the button t
dschuyler 2016/12/17 01:13:54 It's good. I just wanted to ask in case it was a w
-
/** @private */
expandedChanged_: function() {
var type = this.deviceState ? this.deviceState.Type : '';

Powered by Google App Engine
This is Rietveld 408576698