commit 72e36c44a8e228df81fdcfea50b6f14972802adb Author: Ben Rohlfs Date: Wed Oct 14 11:27:16 2020 +0200 Change the tooltip of the 'MODIFY' button to be fancier This is simply accomplished by using the 'has-tooltip' attribute, which triggers Gerrit's custom gr-tooltip-mixin. Bug: Issue 13506 Change-Id: Ibbf09bec165aa37b17a9d5636e305278046d4042 diff --git a/polygerrit-ui/app/elements/change/gr-reply-dialog/gr-reply-dialog_html.ts b/polygerrit-ui/app/elements/change/gr-reply-dialog/gr-reply-dialog_html.ts index fff4304..c56a5c9 100644 --- a/polygerrit-ui/app/elements/change/gr-reply-dialog/gr-reply-dialog_html.ts +++ b/polygerrit-ui/app/elements/change/gr-reply-dialog/gr-reply-dialog_html.ts @@ -412,6 +412,7 @@ export const htmlTemplate = html` data-label="Edit" data-action-type="change" data-action-key="edit" + has-tooltip="" title="[[_computeAttentionButtonTitle(_sendDisabled)]]" role="button" tabindex="0"