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

Unified Diff: chrome/browser/resources/settings/site_settings/site_details.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/site_settings/site_details.html
diff --git a/chrome/browser/resources/settings/site_settings/site_details.html b/chrome/browser/resources/settings/site_settings/site_details.html
index 4ba04643a019806bde481b2705dc571697af0442..540c4bd46077f81fe6c59851f2da9e7c27df3e64 100644
--- a/chrome/browser/resources/settings/site_settings/site_details.html
+++ b/chrome/browser/resources/settings/site_settings/site_details.html
@@ -4,8 +4,7 @@
<link rel="import" href="chrome://resources/html/action_link_css.html">
<link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.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="../icons.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
<link rel="import" href="../route.html">
<link rel="import" href="../settings_shared_css.html">
<link rel="import" href="constants.html">
@@ -52,9 +51,9 @@
<div class="list-frame">
<div class="list-item" id="storage">
<div class="start">[[storedData_]]</div>
- <paper-icon-button icon="cr:delete"
+ <button is="paper-icon-button-light" class="icon-delete"
on-tap="onConfirmClearStorage_"
- alt="$i18n{siteSettingsDelete}"></paper-icon-button>
+ alt="$i18n{siteSettingsDelete}"></button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698