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

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.js

Issue 1957313002: Material WebUI: Switch to poly-icons to generate iconsets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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_list.js
diff --git a/chrome/browser/resources/settings/site_settings/site_list.js b/chrome/browser/resources/settings/site_settings/site_list.js
index 14f00e2b10e31481a7f76c8edd74badbac261541..d05439a28cf374bf540cc5e27f87f351b96b34f3 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.js
+++ b/chrome/browser/resources/settings/site_settings/site_list.js
@@ -187,9 +187,9 @@ Polymer({
*/
onToggle_: function(e) {
if (this.$.category.opened)
- this.$.icon.icon = 'cr-icons:expand-less';
+ this.$.icon.icon = 'cr:expand-less';
else
- this.$.icon.icon = 'cr-icons:expand-more';
+ this.$.icon.icon = 'cr:expand-more';
},
/**

Powered by Google App Engine
This is Rietveld 408576698