From 54ea13bfa84cfbde080bf5535a373157fa1348df Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 6 Apr 2022 15:06:25 -0600 Subject: [PATCH] Et2Widget: Fix the missing style property ... by not overriding it --- api/js/etemplate/Et2Widget/Et2Widget.ts | 10 ---------- 1 file changed, 10 deletions(-) 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 } }; }