| Index: ui/webui/resources/cr_elements/network/cr_network_list_item.html
|
| diff --git a/ui/webui/resources/cr_elements/network/cr_network_list_item.html b/ui/webui/resources/cr_elements/network/cr_network_list_item.html
|
| index 920d6cd90ff2b2c81389f49a2ddbb551d9bd8794..21e5110e51d06000af274468aeb72b37d715a2cf 100644
|
| --- a/ui/webui/resources/cr_elements/network/cr_network_list_item.html
|
| +++ b/ui/webui/resources/cr_elements/network/cr_network_list_item.html
|
| @@ -1,5 +1,6 @@
|
| <link rel="import" href="chrome://resources/cr_elements/icons.html">
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys/iron-a11y-keys.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
|
| <link rel="import" href="chrome://resources/cr_elements/network/cr_network_icon.html">
|
| @@ -87,6 +88,9 @@
|
| <template is="dom-if"
|
| if="[[isSubpageButtonVisible_(networkState, showButtons)]]">
|
| <div id="subpageDiv" class="layout horizontal">
|
| + <!-- iron-list captures 'enter' so handle it here explicitly. -->
|
| + <iron-a11y-keys keys="enter" on-keys-pressed="fireShowDetails_">
|
| + </iron-a11y-keys>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
| on-tap="fireShowDetails_" tabindex$="[[tabindex]]"
|
| aria-label$="[[ariaLabel]]">
|
|
|