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
This commit is contained in:
Ben Rohlfs
2020-10-14 11:27:16 +02:00
parent e53853ed80
commit 72e36c44a8

View File

@@ -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"