Move tooltip to below the button for change detail actions

Change-Id: Ice2ed6a17bab9d005ed8a169b255d8d28e9ef4f5
(cherry picked from commit 2958ede370)
This commit is contained in:
Tao Zhou
2019-11-13 10:39:34 -08:00
committed by Paladox none
parent 83e3a6660c
commit 7d417821fc

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