Merge "Move tooltip to below the button for change detail actions" into stable-3.1

This commit is contained in:
David Pursehouse
2019-11-14 16:04:20 +00:00
committed by Gerrit Code Review

View File

@@ -124,6 +124,7 @@ limitations under the License.
link
title$="[[action.title]]"
has-tooltip="[[_computeHasTooltip(action.title)]]"
position-below="true"
data-action-key$="[[action.__key]]"
data-action-type$="[[action.__type]]"
data-label$="[[action.label]]"
@@ -144,6 +145,7 @@ limitations under the License.
link
title$="[[action.title]]"
has-tooltip="[[_computeHasTooltip(action.title)]]"
position-below="true"
data-action-key$="[[action.__key]]"
data-action-type$="[[action.__type]]"
data-label$="[[action.label]]"