mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Et2Widget: Fix the missing style property
... by not overriding it
This commit is contained in:
parent
3c28d4b9a9
commit
54ea13bfa8
@ -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
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user