diff --git a/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.html b/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.html index b7a048b16e..eb170ae5ad 100644 --- a/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.html +++ b/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.html @@ -48,9 +48,6 @@ limitations under the License. gr-dropdown { margin-left: .5em; } - gr-button:before { - content: attr(data-label); - } #actionLoadingMessage { color: #777; } @@ -105,7 +102,7 @@ limitations under the License. data-action-type$="[[action.__type]]" data-label$="[[action.label]]" disabled$="[[_calculateDisabled(action, _hasKnownChainState)]]" - on-tap="_handleActionTap"> + on-tap="_handleActionTap">[[action.label]] Loading actions...