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

Unified Diff: chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html

Issue 2848973003: MD Settings: convert paper-icon-button to paper-icon-button-light. (Closed)
Patch Set: move unrelated fix to another CL Created 3 years, 6 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/settings/printing_page/cups_add_printer_dialog_util.html
diff --git a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html
index 7b76fb22516c2a0f806e856f5406f9ae7b6caf6c..30fd2180cddc2a9c102c51c91d5aeecfe86e7717 100644
--- a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html
+++ b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html
@@ -5,7 +5,7 @@
<link rel="import" href="chrome://resources/polymer/v1_0/iron-dropdown/iron-dropdown.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-input/iron-input.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.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="chrome://resources/polymer/v1_0/paper-input/paper-input-container.html">
<link rel="import" href="cups_printers_browser_proxy.html">
<link rel="import" href="../settings_shared_css.html">
@@ -80,10 +80,12 @@
<paper-input-container no-label-float on-tap="onTap_">
<input is="iron-input" type="search" bind-value="{{selectedItem}}"
on-search="onInputValueChanged_" on-change="onChange_" incremental>
- <paper-icon-button suffix id="searchIcon" icon="cr:search" hidden>
- </paper-icon-button>
- <paper-icon-button suffix id="dropdownIcon" icon="cr:arrow-drop-down">
- </paper-icon-button>
+ <button is="paper-icon-button-light" class="icon-search" suffix
+ id="searchIcon" hidden>
+ </button>
+ <button is="paper-icon-button-light" class="icon-arrow-dropdown" suffix
+ id="dropdownIcon">
+ </button>
</paper-input-container>
<iron-dropdown horizontal-align="left" vertical-align="top"
vertical-offset="47">

Powered by Google App Engine
This is Rietveld 408576698