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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_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/passwords_and_forms_page/passwords_and_forms_page.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
index bd2e141fa17d23ccceb8a430f948a11802fecf87..2e65b253be3506389ff27cdf6299a3235f61c1de 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
@@ -16,7 +16,8 @@
<settings-animated-pages id="pages" current-route="{{currentRoute}}"
section="passwordsAndForms">
<neon-animatable id="main">
- <div class="settings-box first two-line" on-tap="onAutofillTap_">
+ <div class="settings-box first two-line" on-tap="onAutofillTap_"
+ actionable>
<div class="start">
<div>$i18n{autofill}</div>
<div class="secondary">$i18n{autofillDetail}</div>
@@ -25,7 +26,7 @@
checked="{{prefs.autofill.enabled.value}}">
</paper-toggle-button>
</div>
- <div class="settings-box two-line" on-tap="onPasswordsTap_">
+ <div class="settings-box two-line" on-tap="onPasswordsTap_" actionable>
<div class="start">
<div>$i18n{passwords}</div>
<div class="secondary">$i18n{passwordsDetail}</div>

Powered by Google App Engine
This is Rietveld 408576698