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

Unified Diff: chrome/browser/resources/settings/android_apps_page/android_apps_page.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/android_apps_page/android_apps_page.html
diff --git a/chrome/browser/resources/settings/android_apps_page/android_apps_page.html b/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
index a655bba6f385206fd205a21ca490130c81d7ef86..1270954330a71addfb73380c8fec00e77c86f7a3 100644
--- a/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
+++ b/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
@@ -38,8 +38,7 @@
</template>
<template is="dom-if" if="[[!androidAppsInfo_.playStoreEnabled]]">
<div class="separator"></div>
- <paper-button id="enable" class="secondary-button"
- on-tap="onEnableTap_"
+ <paper-button id="enable" on-tap="onEnableTap_"
aria-label="$i18n{androidAppsPageTitle}"
aria-describedby="secondaryText">
$i18n{androidAppsEnable}

Powered by Google App Engine
This is Rietveld 408576698