| 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 8bbda0c31254231021ff912590d58a979dbe765e..60245e1a081cfa2a3d2eddf2cd43ce9c4ac2d657 100644
|
| --- a/chrome/browser/resources/settings/people_page/people_page.html
|
| +++ b/chrome/browser/resources/settings/people_page/people_page.html
|
| @@ -96,8 +96,7 @@
|
| <span class="flex" id="profile-name">
|
| [[profileName_]]
|
| </span>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light">
|
| - </button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| <if expr="not chromeos">
|
| <template is="dom-if" if="[[showSignin_(syncStatus)]]">
|
| @@ -160,8 +159,7 @@
|
| [[syncStatus.statusText]]
|
| </div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light">
|
| - </button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
| </template>
|
|
|
| @@ -250,7 +248,7 @@
|
| $i18n{manageOtherPeople}
|
| <div class="secondary">$i18n{manageOtherPeopleDescription}</div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"></button>
|
| </div>
|
|
|
| <template is="dom-if" if=[[profileManagesSupervisedUsers_]]>
|
|
|