Commit 5758dd50 authored by Monica Basta's avatar Monica Basta Committed by Chromium LUCI CQ

[ProfileAvatarSelector]: Fix offset for avatar icon tooltip.

Bug: 1168430
Change-Id: I0f19d50fac9efd5d4d6833d8a26c1b4408977984
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640118Reviewed-by: default avatardpapad <dpapad@chromium.org>
Commit-Queue: Monica Basta <msalama@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845243}
parent 83161528
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
aria-checked$="[[getCheckedAttribute_(item, selectedAvatar)]]"> aria-checked$="[[getCheckedAttribute_(item, selectedAvatar)]]">
</cr-button> </cr-button>
<paper-tooltip for="[[getAvatarId_(index)]]" <paper-tooltip for="[[getAvatarId_(index)]]"
offset="-12" fit-to-visible-bounds> offset="0" fit-to-visible-bounds>
[[item.label]] [[item.label]]
</paper-tooltip> </paper-tooltip>
</template> </template>
......
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