| Index: chrome/browser/resources/settings/printing_page/cups_printers_list.html
|
| diff --git a/chrome/browser/resources/settings/printing_page/cups_printers_list.html b/chrome/browser/resources/settings/printing_page/cups_printers_list.html
|
| index 578b48c8ab1302abc275661aa8e066e609f21ace..2f4f042ed6f8d1d0a88ce16753b0ea009630dcac 100644
|
| --- a/chrome/browser/resources/settings/printing_page/cups_printers_list.html
|
| +++ b/chrome/browser/resources/settings/printing_page/cups_printers_list.html
|
| @@ -2,7 +2,7 @@
|
|
|
| <link rel="import" href="chrome://resources/cr_elements/cr_action_menu/cr_action_menu.html">
|
| <link rel="import" href="chrome://resources/cr_elements/icons.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
|
| <link rel="import" href="cups_printers_browser_proxy.html">
|
| <link rel="import" href="../settings_shared_css.html">
|
|
|
| @@ -28,11 +28,11 @@
|
| <div class="list-item">
|
| <div class="printer-name text-elide">[[item.printerName]]</div>
|
| <!--TODO(xdai): Add icon for enterprise CUPS printer. -->
|
| - <paper-icon-button icon="cr:more-vert" on-tap="onOpenActionMenuTap_"
|
| - title="$i18n{moreActions}">
|
| - </paper-icon-button>
|
| + <button is="paper-icon-button-light" class="icon-more-vert"
|
| + on-tap="onOpenActionMenuTap_" title="$i18n{moreActions}">
|
| + </button>
|
| </div>
|
| - </template
|
| + </template>
|
| </div>
|
| </template>
|
| <script src="cups_printers_list.js"></script>
|
|
|