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

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

Issue 2094813002: MD Settings: make custom UIs look "actionable" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dpapad@ review Created 4 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/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index b6a3ee3a11b248bdfd0b4433e854e577bca928ab..02b59a1d926e26ae553fe903fd4a0ff1f34eb7d3 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -81,7 +81,7 @@
</if>
</div>
<if expr="use_nss_certs or is_win or is_macosx">
- <div id="manageCertificates" class="settings-box two-line"
+ <div id="manageCertificates" class="settings-box two-line" actionable
on-tap="onManageCertificatesTap_">
<div class="start">
<div>$i18n{manageCertificates}</div>
@@ -89,7 +89,8 @@
</div>
</div>
</if>
- <div class="settings-box two-line" on-tap="onSiteSettingsTap_">
+ <div class="settings-box two-line" on-tap="onSiteSettingsTap_"
+ actionable>
<div class="start">
<div>$i18n{siteSettings}</div>
<div class="secondary">$i18n{siteSettingsDescription}</div>

Powered by Google App Engine
This is Rietveld 408576698