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

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

Issue 2094813002: MD Settings: make custom UIs look "actionable" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_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 fe50a2bd1da74db413f1c86c1571dd0de64d9254..dbf619aeabaa548a1a122342f2a8190c63ea3dc6 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
@@ -89,10 +89,10 @@
</iron-list>
</div>
<cr-shared-menu id="menu">
- <div id="menuEditPassword" class="list-item menu-item"
+ <div id="menuEditPassword" class="list-item menu-item" actionable
dpapad 2016/06/23 20:51:45 Same question/suggestion here.
Dan Beam 2016/06/23 21:28:03 Done.
on-tap="onMenuEditPasswordTap_"
hidden="[[!showPasswords]]">$i18n{editPassword}</div>
- <div id="menuRemovePassword" class="list-item menu-item"
+ <div id="menuRemovePassword" class="list-item menu-item" actionable
on-tap="onMenuRemovePasswordTap_">$i18n{removePassword}</div>
</cr-shared-menu>
<password-edit-dialog id="passwordEditDialog"></password-edit-dialog>

Powered by Google App Engine
This is Rietveld 408576698