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

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

Issue 1992043002: Add context menus in md-setting for the address and credit card lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@populate-autofill.gitbr
Patch Set: i18n and 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 2bd4e32df8f4633fb8938985dc28fb97a55a3cfa..871005c714e5ca18cd04141e35805e01fde90ede 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
@@ -43,12 +43,6 @@
-webkit-user-select: text;
}
- /* TODO(hcarmona): Grow menu width by 64px if content is wider */
- .menu-item {
- -webkit-padding-start: 24px;
- width: 104px;
- }
-
.list-link {
color: black;
text-decoration: none;
@@ -86,7 +80,7 @@
value="[[getEmptyPassword_(item.numCharactersInPassword)]]">
</input>
<paper-icon-button id="passwordMenu" icon="cr:more-vert"
- on-tap="onPasswordMenuTap_" alt="$i18n{passwordMenu}"
+ on-tap="onPasswordMenuTap_" alt="$i18n{overflowMenu}"
tabindex$="[[tabIndex]]">
</paper-icon-button>
</div>

Powered by Google App Engine
This is Rietveld 408576698