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

Unified Diff: chrome/browser/resources/settings/android_apps_page/android_apps_page.html

Issue 2849663002: [MD settings] replace secondary-action with separator (Closed)
Patch Set: merge with master Created 3 years, 8 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 a072c1e63c3b041dcd8921f85419a872cc780e4a..2d50c6c8defd948863f83e61c30e33d3486f7996 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
@@ -37,14 +37,13 @@
</button>
</template>
<template is="dom-if" if="[[!androidAppsInfo_.appReady]]">
- <div class="secondary-action">
- <paper-button id="enable" class="secondary-button"
- on-tap="onEnableTap_"
- aria-label="$i18n{androidAppsPageTitle}"
- aria-describedby="secondaryText">
- $i18n{androidAppsEnable}
- </paper-button>
- </div>
+ <div class="separator"></div>
+ <paper-button id="enable" class="secondary-button"
+ on-tap="onEnableTap_"
+ aria-label="$i18n{androidAppsPageTitle}"
+ aria-describedby="secondaryText">
+ $i18n{androidAppsEnable}
+ </paper-button>
</template>
</div>
</neon-animatable>

Powered by Google App Engine
This is Rietveld 408576698