Merge "Move tooltip to below the button for change detail actions" into stable-3.1
This commit is contained in:
@@ -124,6 +124,7 @@ limitations under the License.
|
|||||||
link
|
link
|
||||||
title$="[[action.title]]"
|
title$="[[action.title]]"
|
||||||
has-tooltip="[[_computeHasTooltip(action.title)]]"
|
has-tooltip="[[_computeHasTooltip(action.title)]]"
|
||||||
|
position-below="true"
|
||||||
data-action-key$="[[action.__key]]"
|
data-action-key$="[[action.__key]]"
|
||||||
data-action-type$="[[action.__type]]"
|
data-action-type$="[[action.__type]]"
|
||||||
data-label$="[[action.label]]"
|
data-label$="[[action.label]]"
|
||||||
@@ -144,6 +145,7 @@ limitations under the License.
|
|||||||
link
|
link
|
||||||
title$="[[action.title]]"
|
title$="[[action.title]]"
|
||||||
has-tooltip="[[_computeHasTooltip(action.title)]]"
|
has-tooltip="[[_computeHasTooltip(action.title)]]"
|
||||||
|
position-below="true"
|
||||||
data-action-key$="[[action.__key]]"
|
data-action-key$="[[action.__key]]"
|
||||||
data-action-type$="[[action.__type]]"
|
data-action-type$="[[action.__type]]"
|
||||||
data-label$="[[action.label]]"
|
data-label$="[[action.label]]"
|
||||||
|
Reference in New Issue
Block a user