mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 11:21:23 +01:00
Fix missing bits in cssImage() example
This commit is contained in:
parent
a48e6cf1d3
commit
7ab60918f4
@ -1218,7 +1218,7 @@ function transformAttributes(widget, mgr : et2_arrayMgr, attributes)
|
|||||||
* ...super.styles,
|
* ...super.styles,
|
||||||
* css`
|
* css`
|
||||||
* :host {
|
* :host {
|
||||||
* background-image: cssImage("save");
|
* background-image: ${cssImage("save")};
|
||||||
* }
|
* }
|
||||||
* `];
|
* `];
|
||||||
* }
|
* }
|
||||||
|
Loading…
Reference in New Issue
Block a user