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

Unified Diff: chrome/browser/resources/settings/device_page/storage.html

Issue 2848973003: MD Settings: convert paper-icon-button to paper-icon-button-light. (Closed)
Patch Set: format Created 3 years, 8 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/device_page/storage.html
diff --git a/chrome/browser/resources/settings/device_page/storage.html b/chrome/browser/resources/settings/device_page/storage.html
index c3c769af3715431225a7c3c3133f93123b98e6fc..5a278df40c05c9246e02f2d8b75dd87efe540c7a 100644
--- a/chrome/browser/resources/settings/device_page/storage.html
+++ b/chrome/browser/resources/settings/device_page/storage.html
@@ -213,9 +213,8 @@
</div>
</div>
<button id="deleteButton" is="paper-icon-button-light"
- aria-label="$i18n{storageItemDriveCache}"
+ class="icon-delete" aria-label="$i18n{storageItemDriveCache}"
aria-describedby="driveSizeCache">
- <iron-icon icon="cr:delete"></iron-icon>
</button>
</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698