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

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

Issue 2639373002: MD Settings: clean up text controls (links, buttons) (Closed)
Patch Set: make flash outlink consistent with other outlinking settings-box Created 3 years, 11 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/autofill_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
index c11eec9cf96abb7fca35dc846e99970755c46985..bf9711121b62e4a989648511f624a2d191416205 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
@@ -82,8 +82,8 @@
hidden$="[[hasSome_(addresses)]]">
$i18n{noAddressesFound}
</div>
- <div class="list-item list-button">
- <a is="action-link" on-tap="onAddAddressTap_">$i18n{addAddress}</a>
+ <div class="list-item list-button" on-tap="onAddAddressTap_">
+ <a is="action-link">$i18n{addAddress}</a>
</div>
</div>
<dialog is="cr-action-menu" id="addressSharedMenu">
@@ -136,8 +136,8 @@
hidden$="[[hasSome_(creditCards)]]">
$i18n{noCreditCardsFound}
</div>
- <div class="list-item list-button">
- <a is="action-link" on-tap="onAddCreditCardTap_">
+ <div class="list-item list-button" on-tap="onAddCreditCardTap_">
+ <a is="action-link">
$i18n{addCreditCard}
</a>
</div>

Powered by Google App Engine
This is Rietveld 408576698