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

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

Issue 1709413003: MD Settings: polish up some top-level buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/privacy_page/privacy_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/people_page.html
diff --git a/chrome/browser/resources/settings/people_page/people_page.html b/chrome/browser/resources/settings/people_page/people_page.html
index 547b8a61af5abc134e39931321f3c13a56249662..848958d640dedba313177f56e680c39face75079 100644
--- a/chrome/browser/resources/settings/people_page/people_page.html
+++ b/chrome/browser/resources/settings/people_page/people_page.html
@@ -43,7 +43,7 @@
</div>
<if expr="not chromeos">
<template is="dom-if" if="[[!syncStatus.signedIn]]">
- <paper-button class="primary-button" on-tap="onSigninTap_" raised
+ <paper-button class="secondary-button" on-tap="onSigninTap_"
disabled="[[syncStatus.setupInProgress]]">
[[i18n('syncSignin')]]
</paper-button>
@@ -74,7 +74,7 @@
<template is="dom-if"
if="[[isAdvancedSyncSettingsVisible_(syncStatus)]]">
<div class="settings-box">
- <paper-button on-tap="onSyncTap_" raised>
+ <paper-button on-tap="onSyncTap_" class="primary-button">
[[i18n('syncPageTitle')]]
</paper-button>
</div>
@@ -89,7 +89,7 @@
</if>
<div class="settings-box">
- <paper-button class="link-button" i18n-content="manageOtherPeople"
+ <paper-button class="primary-button" i18n-content="manageOtherPeople"
on-tap="onManageOtherPeople_">
</paper-button>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/privacy_page/privacy_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698