diff --git a/forms/FormAction.php b/forms/FormAction.php index c9162f9ed..b07b6a8f8 100644 --- a/forms/FormAction.php +++ b/forms/FormAction.php @@ -121,10 +121,6 @@ class FormAction extends FormField { return $this->useButtonTag; } - public function extraClass() { - return 'action ' . parent::extraClass(); - } - /** * Does not transform to readonly by purpose. * Globally disabled buttons would break the CMS.