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

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

Issue 2889493002: [MD settings] removing secondary-button class (Closed)
Patch Set: Created 3 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/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 1154d5d884a8b67136ca7e9f19ed7564a3cf84c5..f66d4dd1e133e8d45365c44c188a95dae35c57c5 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
@@ -77,8 +77,7 @@
</template>
<div class="settings-box continuation">
<h2 class="start">$i18n{addresses}</h2>
- <paper-button id="addAddress"
- class="secondary-button header-aligned-button"
+ <paper-button id="addAddress" class="header-aligned-button"
on-tap="onAddAddressTap_">
$i18n{add}
</paper-button>
@@ -130,8 +129,7 @@
</template>
<div class="settings-box first">
<h2 class="start">$i18n{creditCards}</h2>
- <paper-button id="addCreditCard"
- class="secondary-button header-aligned-button"
+ <paper-button id="addCreditCard" class="header-aligned-button"
on-tap="onAddCreditCardTap_">
$i18n{add}
</paper-button>

Powered by Google App Engine
This is Rietveld 408576698