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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html

Issue 1959163002: MD Settings: use custom iconset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SettingsIcons
Patch Set: rebase 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/passwords_and_forms_page/passwords_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
index 462a9570266185a873e4df2520c4aaba8a06cc60..1cdda0306634c485d334794f6ae8b9cb79d60e98 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
@@ -136,9 +136,11 @@
<div class="list-item two-line">
<a id="exception" href="[[item.linkUrl]]" target="_blank"
class="start list-link">[[item.exceptionUrl]]</a>
- <paper-icon-button id="removeExceptionButton" icon="close"
- on-tap="onRemoveExceptionButtonTap_" tabindex$="[[tabIndex]]"
- i18n-values="alt:deletePasswordException"></paper-icon-button>
+ <paper-icon-button id="removeExceptionButton"
+ icon="settings:close" on-tap="onRemoveExceptionButtonTap_"
+ tabindex$="[[tabIndex]]"
+ i18n-values="alt:deletePasswordException">
+ </paper-icon-button>
</div>
</template>
</iron-list>

Powered by Google App Engine
This is Rietveld 408576698