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:
@@ -412,6 +412,7 @@ export const htmlTemplate = html`
|
|||||||
data-label="Edit"
|
data-label="Edit"
|
||||||
data-action-type="change"
|
data-action-type="change"
|
||||||
data-action-key="edit"
|
data-action-key="edit"
|
||||||
|
has-tooltip=""
|
||||||
title="[[_computeAttentionButtonTitle(_sendDisabled)]]"
|
title="[[_computeAttentionButtonTitle(_sendDisabled)]]"
|
||||||
role="button"
|
role="button"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
|
|||||||
Reference in New Issue
Block a user