diff --git a/api/js/etemplate/Et2Widget/Et2Widget.ts b/api/js/etemplate/Et2Widget/Et2Widget.ts index 93b559e7d8..802a9d2b98 100644 --- a/api/js/etemplate/Et2Widget/Et2Widget.ts +++ b/api/js/etemplate/Et2Widget/Et2Widget.ts @@ -184,16 +184,6 @@ const Et2WidgetMixin = (superClass) => align: { type: String, reflect: true - }, - - /** - * Allow styles to be set on widgets. - * Any valid CSS will work. Mostly for testing, maybe we won't use this? - * That kind of style should normally go in the app.css - */ - style: { - type: String, - reflect: true } }; }