mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 06:30:43 +02:00
Et2Widget: More complete handling of child object styles property when it is missing
This commit is contained in:
@ -87,7 +87,7 @@ const Et2WidgetMixin = (superClass) =>
|
||||
static get styles()
|
||||
{
|
||||
return [
|
||||
...(super.styles ? super.styles : []),
|
||||
...(super.styles ? (Symbol.iterator in Object(super.styles) ? super.styles : [super.styles]) : []),
|
||||
css`
|
||||
:host([disabled]) {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user