forked from extern/egroupware
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: {
|
align: {
|
||||||
type: String,
|
type: String,
|
||||||
reflect: true
|
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