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

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

Issue 2356653002: [MD settings] icons for clickable rows (Closed)
Patch Set: wrapped line Created 4 years, 3 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.html
diff --git a/chrome/browser/resources/settings/site_settings/site_list.html b/chrome/browser/resources/settings/site_settings/site_list.html
index 3b5565b33d162967e80c37e177df6c4cccc7b3e6..4a6391fceff1fb45332fc5e31f56be9ef29df086 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -53,6 +53,11 @@
[[computeSiteDescription_(item)]]
</div>
</div>
+ <template is="dom-if" if="[[!isPolicyControlled_(item.source)]]">
+ <iron-icon icon="settings:arrow-drop-up"
+ class="settings-arrow-right">
+ </iron-icon>
+ </template>
</div>
<template is="dom-if" if="[[isPolicyControlled_(item.source)]]">

Powered by Google App Engine
This is Rietveld 408576698