Skip to content

Commit 0a1c889

Browse files
OrKoNDevtools-frontend LUCI CQ
authored and
Devtools-frontend LUCI CQ
committed
[AI Assistance] Fix tooltip icon name
According to greenlines. Fixed: 406082600 Change-Id: I6aaaa7e934d2b6dd9f9866f5eb7f9cf2bb3f7b3e Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6439200 Commit-Queue: Ergün Erdoğmuş <ergunsh@chromium.org> Auto-Submit: Alex Rudenko <alexrudenko@chromium.org> Reviewed-by: Ergün Erdoğmuş <ergunsh@chromium.org>
1 parent 0117ad8 commit 0a1c889

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

front_end/panels/ai_assistance/PatchWidget.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,8 @@ export class PatchWidget extends UI.Widget.Widget {
353353
aria-details="info-tooltip"
354354
.iconName=${'info'}
355355
.variant=${Buttons.Button.Variant.ICON}
356-
></devtools-button>
356+
.title=${input.applyToWorkspaceTooltipText}
357+
></devtools-button>
357358
<devtools-tooltip variant="rich" id="info-tooltip" ${Directives.ref(output.tooltipRef)}>
358359
<div class="info-tooltip-container">
359360
${input.applyToWorkspaceTooltipText}

0 commit comments

Comments
 (0)