Et2Widget: Fix the missing style property

... by not overriding it
This commit is contained in:
nathan 2022-04-06 15:06:25 -06:00
parent 3c28d4b9a9
commit 54ea13bfa8

View File

@ -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
}
};
}