Commit 4917b6da authored by Regan Hsu's avatar Regan Hsu Committed by Chromium LUCI CQ

[CrOS PhoneHub] Change Notification row tooltip icon from (?) to (i)

This CL changes the help tooltip icon to an info tooltip icon present
on the PhoneHub Notification row in OS Settings multidevice, when
work profile is active

Screenshot:
https://screenshot.googleplex.com/ByKEpvhP8EnaL4m

Fixed: 1166677
Bug: 1106937
Change-Id: I1fd28c567f16366d2f905c04185d31d3003b8d1b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627338
Commit-Queue: Regan Hsu <hsuregan@chromium.org>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#843738}
parent f08bcae4
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
</cr-icon-button> </cr-icon-button>
</template> </template>
<template is="dom-if" if="[[infoTooltip]]" restamp> <template is="dom-if" if="[[infoTooltip]]" restamp>
<iron-icon id="help-icon" tabindex="0" icon="cr:help-outline" <iron-icon id="help-icon" tabindex="0" icon="cr:info-outline"
aria-labelledby="tooltip"> aria-labelledby="tooltip">
</iron-icon> </iron-icon>
<paper-tooltip id="tooltip" for="help-icon" position="top" <paper-tooltip id="tooltip" for="help-icon" position="top"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment